Skip to main content

Bug Tracker

Side navigation

#7152 closed bug (duplicate)

Opened October 11, 2010 06:54PM UTC

Closed October 11, 2010 07:11PM UTC

1.4.3rc1 - Multiple direct child selectors fail

Reported by: scottgonzalez Owned by:
Priority: undecided Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

When calling .find() with two selectors that both start with the child selector, the second selector isn't evaluated.

$( "#a" ).find( ">#b,>#c" ) // only finds #b

Demo: http://jsbin.com/ikivo4/edit

Attachments (0)
Change History (1)

Changed October 11, 2010 07:11PM UTC by john comment:1

resolution: → duplicate
status: newclosed

Duplicate of #7144.