Bug Tracker

Opened 13 years ago

Closed 13 years ago

#7152 closed bug (duplicate)

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

Change History (1)

comment:1 Changed 13 years ago by john

Resolution: duplicate
Status: newclosed

Duplicate of #7144.

Note: See TracTickets for help on using tickets.