More specifically, it defined its own push-method, which jQuery 1.3 also introduced. That caused the conflict. I removed it in 1.5.1.
Jörn On Tue, Jan 20, 2009 at 12:08 PM, matas.petrikas <[email protected]> wrote: > >> > $('*').size() >> >> > shows zero results... >> >> > tested on FF 3.0.5 and Safari 3.2.1 >> >> I can't duplicate this one, though. I always get some results. > > I've found out that the old version of jquery.validate plugin was > causing this strange behaviour, where only the first or no node was > returned. It was somehow interfering with jQuery.setArray method. > after update to 1.5.1 the selectors work again correctly. > > So if somebody else see this problem, you know where to look first. > > On Jan 13, 3:33 pm, John Resig <[email protected]> wrote: >> > just tested the 1.3rc2, and it seems the attribute selector doesn't >> > work when selecting the anchor links: >> >> > $('a[href^=#]') >> >> > returns zero objects. >> >> I can duplicate this - has to do with how href attributes are >> determined, I'll see if I can fix it. >> >> > another very weird bug: >> >> > $('*').size() >> >> > shows zero results... >> >> > tested on FF 3.0.5 and Safari 3.2.1 >> >> I can't duplicate this one, though. I always get some results. >> >> --John > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
