Opened 12 years ago
Closed 12 years ago
#5656 closed bug (invalid)
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: http://1670339.shop13.dandomain.dk/shop/frontpage.html
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
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!
Note: See
TracTickets for help on using
tickets.
The RSS feed is here: http://1670339.shop13.dandomain.dk/shop/news-ALL-1.rss