Search and Top Navigation
#5617 closed bug (notabug)
Opened May 14, 2010 07:42PM UTC
Closed May 14, 2010 08:05PM UTC
Last modified October 11, 2012 09:15PM UTC
.attr("src") shows different values for ie7 vs 8
Reported by: | hsnopi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.8.1 |
Keywords: | attr, src, different | Cc: | |
Blocked by: | Blocking: |
Description
Found an issuein ie7 vs 8.
take the code
<img src="/file/path/goes/here/1.jpg">
at the site http://www.fakesite.com/
$("img").attr("src"); shows the following
in IE 8:
/file/path/goes/here/1.jpg
but in IE 7:
Please ask about this on the forum.