Skip to main content

Bug Tracker

Side navigation

#3888 closed bug (duplicate)

Opened January 16, 2009 09:36AM UTC

Closed January 20, 2009 08:18PM UTC

:not selector doesn't work anymore

Reported by: arsenikstiger Owned by: john
Priority: major Milestone: 1.3.1
Component: selector Version: 1.3
Keywords: :not Cc:
Blocked by: Blocking:
Description

When i wanna use the ':not' selector (eg sample below), it doesn't work.

I must use the '.not()' function to have the same results.

Sample (1.2.6 -> Working / 1.3 -> Doesn't work anymore):

alert( $('ul').find('li:not(li:first)').length );

Sample (1.2.6 , 1.3 -> Working):

alert( $('ul').find('li').not('li:first').length );

Attachments (0)
Change History (1)

Changed January 20, 2009 08:18PM UTC by john comment:1

milestone: 1.31.3.1
resolution: → duplicate
status: newclosed

Duplicate of #3814.