Side navigation
#10343 closed bug (worksforme)
Opened September 26, 2011 11:41AM UTC
Closed September 26, 2011 01:13PM UTC
Last modified September 26, 2011 01:23PM UTC
compound selectors more than 2 in ie7
Reported by: | alex@opentech.co.il | 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
Attachments (0)
Change History (3)
Changed September 26, 2011 01:13PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Changed September 26, 2011 01:17PM UTC by comment:2
Replying to [comment:1 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..
Changed September 26, 2011 01:23PM UTC by comment:3
yes it worked fine for me in IE7. I saw the "hello".
Your test case and the git version works for me: http://jsfiddle.net/timmywil/3JdES/1/