Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed November 14, 2010 03:03AM UTC by dmethvin comment:1

priority: → undecided
status: newopen

Changed March 31, 2011 12:55AM UTC by danheberden comment:2

milestone: → 1.next
resolution: → wontfix
status: openclosed

The "> foo" syntax is not supported.