Side navigation
#5552 closed bug (invalid)
Opened November 26, 2009 06:05AM UTC
Closed November 27, 2009 04:14AM UTC
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.
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.