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
Attachments (0)
Change History (1)
Changed October 11, 2010 07:11PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #7144.