Skip to main content

Bug Tracker

Side navigation

#11404 closed bug (invalid)

Opened February 27, 2012 08:47PM UTC

Closed March 15, 2012 08:18AM UTC

$(document).find("script[src]") returns all the elements in IE7

Reported by: milho88@gmail.com Owned by: milho88@gmail.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Using Internet Explorer 7, $(document).find("script[src]") returns all the elements, even those who do not have the src attribute.

Attachments (0)
Change History (4)

Changed February 27, 2012 09:17PM UTC by sindresorhus comment:1

owner: → milho88@gmail.com
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Changed February 27, 2012 09:30PM UTC by anonymous comment:2

Thanks for the quick response!

Follow the link for the test. Recalling that the problem occurs only in IE7.

http://jsfiddle.net/GLrR7/

Changed February 29, 2012 05:05PM UTC by adam@alloy-d.net comment:3

I recently ran into this issue, as well.

I believe that IE7 assigns a src attribute of the empty string to those scripts. A workaround is using script:not([src='']) as a fallback selector.

Changed March 15, 2012 08:18AM UTC by trac-o-bot comment:4

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!