Opened 14 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
Priority: | → undecided |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
Milestone: | → 1.next |
---|---|
Resolution: | → wontfix |
Status: | open → closed |
The "> foo" syntax is not supported.
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/dmethvin/zkM72/