Opened 13 years ago
Closed 13 years ago
#5552 closed bug (invalid)
Descendant ID selector (e.g. $("#id1 > #id2")) does not work in FireFox 3.0.15
Reported by: | AZBob | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Th descendant ID selector such as $("#id1 > #id2") does not appear to work in FireFox 3.0.15; works fine in Chrome and IE8.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen with a test case.
Note: See
TracTickets for help on using
tickets.
Or, perhaps the remove() method doesn't work correctly on such a selected element. (my example does $("id1 > id2").remove(), and the element is not removed in FF.