[jQuery] Re: 1.3 :not(:first) selector

2009-01-19 Thread comslash.com
Karl thanks for the quick response, guess I should have checked the bug tracker, just thought i was writing it wrong !

[jQuery] Re: 1.3 :not(:first) selector

2009-01-19 Thread Karl Swedberg
On Jan 19, 2009, at 11:16 AM, comslash.com wrote: I just encountered a problem when using the :not(:first) selector in 1.3 . Can i get a confirmation on if this is a bug, or should I write this differently ? // Does Not Work Now $('.class1>.class2>div:not(:first)').each(function(){ $(this).hi