Hi Choan -

> * Attribute selector [EMAIL PROTECTED] doesn't work (returns any
> element with a class name)
> * Attribute selector [EMAIL PROTECTED]|=en] doesn't work (returns any element
> with a hreflang attribute)
>
> Has the support for these selectors been removed?

Yes, I removed support for those selectors, since they're virtually
useless, in most respects. Finding an element by class is as simple
as:
foo.className

and the lang-related stuff seemed just silly - I've never seen an
actual, practical use for it. Were you attempting to use them for
something, or just curious?

--John

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to