Modify ↓
Ticket #3891 (closed bug: duplicate)
:not(:first) does not work
| Reported by: | fuzzy | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | selector | Version: | 1.3 |
| Keywords: | not first selector | Cc: | |
| Blocking: | Blocked by: |
Description
This was working back in version 1.2.6. I tested this on multiple sites: Whenever I use the :not(:first) selector, the first element is included anyway. As a workaround I am now using :gt(0).
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.

Duplicate of #3814.