Modify ↓
Ticket #7152 (closed bug: duplicate)
1.4.3rc1 - Multiple direct child selectors fail
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Duplicate of #7144.