John, when I saw hreflang, I assumed you supported any attr... what atttibutes do you support?
is this another place where you should throw an exception? On 10/17/06, John Resig <[EMAIL PROTECTED]> wrote: > 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 > [email protected] > http://jquery.com/discuss/ > -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
