Side navigation
#6285 closed bug (wontfix)
Opened March 15, 2010 06:29AM UTC
Closed March 31, 2011 12:55AM UTC
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.
http://jsfiddle.net/dmethvin/zkM72/