Bug Tracker

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#13777 closed bug (fixed)

IE7 jQuery attribute selector not working properly

Reported by: markus.buergler@… 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 Timmy Willison

Component: unfiledselector
Milestone: None1.10/2.0
Owner: set to Timmy Willison
Priority: undecidedhigh
Status: newassigned

Confirmed. I have a solution though. http://jsfiddle.net/timmywil/rzGfL/5/

comment:2 Changed 10 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

Update Sizzle: src attribute in IE7. Fixes #13777.

Changeset: c0088f2d26bba38dc04e9076a73579800e04347f

comment:3 Changed 10 years ago by dmethvin

Milestone: 1.10/2.01.10
Note: See TracTickets for help on using tickets.