Side navigation
#13777 closed bug (fixed)
Opened April 15, 2013 09:52AM UTC
Closed April 15, 2013 02:46PM UTC
Last modified April 18, 2013 08:18PM UTC
IE7 jQuery attribute selector not working properly
Reported by: | markus.buergler@me.com | Owned by: | timmywil |
---|---|---|---|
Priority: | high | Milestone: | 1.10 |
Component: | selector | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a website with some inline and external scripts. When I run $('script[src]') to select only external script tags it returns inline scripts too. http://jsfiddle.net/mbuergler/rzGfL/
Attachments (0)
Change History (3)
Changed April 15, 2013 02:26PM UTC by comment:1
component: | unfiled → selector |
---|---|
milestone: | None → 1.10/2.0 |
owner: | → timmywil |
priority: | undecided → high |
status: | new → assigned |
Changed April 15, 2013 02:46PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
Update Sizzle: src attribute in IE7. Fixes #13777.
Changeset: c0088f2d26bba38dc04e9076a73579800e04347f
Changed April 18, 2013 08:18PM UTC by comment:3
milestone: | 1.10/2.0 → 1.10 |
---|
Confirmed. I have a solution though. http://jsfiddle.net/timmywil/rzGfL/5/