Opened 14 years ago
Closed 14 years ago
#3890 closed bug (duplicate)
div.classname > h1 returns wrong result
Reported by: | selimachour | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | selector | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a long html document and a $('div.anyhting > h1') that returns a list of 16 <h1> when I don't have any <div class="anything"> in the document.
Note: See
TracTickets for help on using
tickets.
Duplicate of #3848.