#10343 closed bug (worksforme)
compound selectors more than 2 in ie7
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the bug is that selecting $('#a #b #c'); is not working in ie7, to solve it I used $('#a #b').find('#c');
try this in ie7
Change History (3)
comment:1 follow-up: 2 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 11 years ago by
Replying to timmywil:
Your test case and the git version works for me: http://jsfiddle.net/timmywil/3JdES/1/
In IE7? open IE7 (or IE9 and change it to IE7) and run the test link above..
Note: See
TracTickets for help on using
tickets.
Your test case and the git version works for me: http://jsfiddle.net/timmywil/3JdES/1/