Modify ↓
Ticket #6285 (closed bug: wontfix)
child element selection in :not( ) dosen't work.
| Reported by: | valllabh | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if you want to select <a.button> which has no child <div.icon> as per my knowledge $('a.button:not(>.icon)') should work. But it doesn't work.
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.

http://jsfiddle.net/dmethvin/zkM72/