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
Note: See
TracTickets for help on using
tickets.
Duplicate of #7144.