[jQuery] Re: possible bug in each()? moving from 1.2.3 to 1.2.6

2008-08-26 Thread mausch
Thanks Ariel! On Aug 26, 3:43 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > You can either update Prototype/Scriptaculous to 1.8.x or try the > latest jQuery revision on the trunk. That should be 'patched'. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > &g

[jQuery] Re: possible bug in each()? moving from 1.2.3 to 1.2.6

2008-08-25 Thread mausch
Nevermind, it was executing prototype's each() (I was also including prototype on the same page) instead of jQuery's. Why this changed from 1.2.4 to 1.2.6 (everything else being equal) remains a mystery to me. On Aug 25, 1:12 pm, mausch <[EMAIL PROTECTED]> wrote: > I'm

[jQuery] Re: possible bug in each()? moving from 1.2.3 to 1.2.6

2008-08-25 Thread mausch
I'm having the same problem here. If I execute the following in a firebug console in one of our pages: jQuery('input').each(function() {console.log(this)}) With 1.2.4 I get the individual elements: ... With 1.2.6 I get one array containing all matching elements: [input, input#InputSearch,