#13777 closed bug (fixed)
IE7 jQuery attribute selector not working properly
Reported by: | Owned by: | Timmy Willison | |
---|---|---|---|
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/
Change History (3)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.10/2.0 |
Owner: | set to Timmy Willison |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Update Sizzle: src attribute in IE7. Fixes #13777.
Changeset: c0088f2d26bba38dc04e9076a73579800e04347f
comment:3 Changed 10 years ago by
Milestone: | 1.10/2.0 → 1.10 |
---|
Note: See
TracTickets for help on using
tickets.
Confirmed. I have a solution though. http://jsfiddle.net/timmywil/rzGfL/5/