Side navigation
#5656 closed bug (invalid)
Opened December 15, 2009 08:37AM UTC
Closed December 16, 2009 12:57AM UTC
jQuery('item', xml).each() fails to find any items in IE. XML is of type RSS 2.0.
Reported by: | Nikkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.4a1 |
Keywords: | rss, xml, each, IE, internet explorer | Cc: | |
Blocked by: | Blocking: |
Description
When i step through the code with the IE Developer tool, this part:
var isXML = function(elem){
return elem.nodeType === 9 && elem.documentElement.nodeName !== "HTML" ||
!!elem.ownerDocument && isXML( elem.ownerDocument );
};
gives this error:
"Object expected - jquery.js, line 2339 character 2"
The page:
Attachments (0)
Change History (2)
Changed December 15, 2009 09:07AM UTC by comment:1
Changed December 16, 2009 12:57AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
The jFeed plugin is passing xml as a string rather than xml. It goes downhill from there. This isn't a jQuery bug so please ask for help on the jQuery groups. Thanks!
The RSS feed is here: http://1670339.shop13.dandomain.dk/shop/news-ALL-1.rss