Modify ↓
Ticket #10343 (closed bug: worksforme)
compound selectors more than 2 in ie7
| Reported by: | alex@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | selector | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 follow-up: ↓ 2 Changed 20 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from unfiled to selector
comment:2 in reply to: ↑ 1 Changed 20 months ago by anonymous
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..
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Your test case and the git version works for me: http://jsfiddle.net/timmywil/3JdES/1/