Bug Tracker

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 dmethvin

Priority: undecided
Status: newopen

comment:2 Changed 12 years ago by danheberden

Milestone: 1.next
Resolution: wontfix
Status: openclosed

The "> foo" syntax is not supported.

Note: See TracTickets for help on using tickets.