Bug Tracker

Modify

Ticket #5656 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 3 years ago by Nikkelmann

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.