Yep, I confirmed it - it's on my "to fix" list.

--John



On Wed, Dec 31, 2008 at 7:34 PM, Will <[email protected]> wrote:
>
> Can anyone confirm this?
>
> and btw:
>
> HAPPY NEW YEAR to everyone!
> and a special thanks to John, Ariel and team!
>
> ..something to watch for in 2009:
> http://www.rebol.com/rebol3/
>
> -will
>
> Begin forwarded message:
>
>> From: Will <[email protected]>
>> Date: 27 dicembre 2008 00:59:52 GMT+01:00
>> To: [email protected]
>> Subject: [jquery-dev] bug? in 1.3b2
>> Reply-To: [email protected]
>>
>>
>> jQuery v1.2.6:
>>
>> $('<div>a</div><div>b</div>').not(':eq(1)').length
>> = 1
>>
>> jQuery v1.3b2:
>>
>> $('<div>a</div><div>b</div>').not(':eq(1)').length
>> = 2
>>
>>
>>
>> example is a reduction of line 287 in 
>> http://jqueryjs.googlecode.com/svn/trunk/plugins/tabs/jquery.tabs.js
>>  :
>>
>> containers.filter(':eq(' + settings.initial +
>> ')').show().end().not(':eq(' + settings.initial +
>> ')').addClass(settings.hideClass);
>>
>>
>> Thank you,
>> -will
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to