On Aug 24, 8:31 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Bernd Matzner wrote: > > Thanks to everyone on the dev team for the new release! > > > @Klaus: are you planning to update your tabs plugin to the new > > release? It uses eq(), which I understand are deprecated now. > > I'd rather work on UI Tabs aka Tabs 3 at the moment... :-) > > But ok, I'll fix that, I only need to figure out a way to support both > 1.1.4 and less than 1.1.4 versions. > > --Klaus
You could always use .filter(":eq(0)"), which should make it 1.2 compatible as well.