Modify ↓
Ticket #6532 (closed bug: duplicate)
:first selector does not work with latest webkit nightly build
| Reported by: | gyolk | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | :first webkit | Cc: | |
| Blocking: | Blocked by: |
Description
<ul>
<li class="fruit">orange</li> <li>carrot</li> <li>potato</li> <li class="fruit">apple</li> <li>onion</li>
</ul>
$("li:not(.fruit):first").length gives 0 in webkit nightly build
Attachments
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.

