;) yeah, got that but the plugins are not up to the nightlies, so, the IE7 issue is resolved but any code I did not write personally (i.e. tableFilter) is having eq issues.... lol
Fortunately I am just doing some POC testing at the moment so it is not a show stopper. As long as the initial issue makes it in to test cases for 1.2 then all should be good. John and Klaus thank you for the quick responses! -wade On Sep 6, 2:34 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > traunic wrote: > > confirmed fixed in jquery-nightly.pack.js (although a previously > > working .eq(0) now tosses an error ;) > > eq() has been deprecated (but not yet removed) in jQuery 1.1.4 and as > we're aproaching jQuery 1.2 it is replaced with slice(). Use slice(0, 1) > instead of eq(0). > > http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-... > > --Klaus