[jQuery] Re: .eq() vs .slice()

2008-12-08 Thread Karl Swedberg
It's mentioned in the release notes of 1.2.1: http://docs.jquery.com/Release:jQuery_1.2.1#.eq.28.29 --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 8, 2008, at 11:30 AM, Brad wrote: Thanks for the confirmation. Maybe http://docs.jquery.com/Release:jQ

[jQuery] Re: .eq() vs .slice()

2008-12-08 Thread Brad
Thanks for the confirmation. Maybe http://docs.jquery.com/Release:jQuery_1.2#Removed_Functionality should be revised to indicate that it was restored, unlike lt() and gt ()? On Dec 8, 9:28 am, ricardobeat <[EMAIL PROTECTED]> wrote: > eq() is present in 1.2.6, you won't face any issues using it.

[jQuery] Re: .eq() vs .slice()

2008-12-08 Thread ricardobeat
eq() is present in 1.2.6, you won't face any issues using it. - ricardo On Dec 8, 2:13 pm, Brad <[EMAIL PROTECTED]> wrote: > I'm making some modifications to an older project that originally used > jQuery 1.1.2. I've installed 1.2.6 and am in the process of reviewing > and upgrading the code bas