[jQuery] Re: :not selector broken in v1.2.1?

2007-10-27 Thread jkl
t;[EMAIL PROTECTED]> wrote: > On Oct 26, 2007, at 8:21 PM, jkl wrote: > > > > > > > Hi, > > I am running the sample from the learning jquery book chap.2 on p. > > 28. > > > $('th').parent().addClass('table-heading'); > >

[jQuery] :not selector broken in v1.2.1?

2007-10-26 Thread jkl
Hi, I am running the sample from the learning jquery book chap.2 on p. 28. $('th').parent().addClass('table-heading'); $('tr:not([th]):even').addClass('even'); $('tr:not([th]):odd').addClass('odd'); It runs fine with the v1.1 that is included with the sample codes from packtpub.com. How