Modify ↓
Ticket #12285 (closed bug: fixed)
Selector with :not(:first) isn't working since 1.8
| Reported by: | mail@… | Owned by: | timmywil |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8.1 |
| Component: | selector | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I think, I've found a bug with the all new jQuery 1.8. When I have a selector, that contains :not(:first), then the complete selector doesn't have any effect. A common use case for such a selector is a simple accordion.
Testcase: http://jsfiddle.net/X55tK/2/ (With jQuery 1.7.2 the testcase is working well)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Confirmed