Bug Tracker

Opened 15 years ago

Closed 15 years ago

#1804 closed bug (wontfix)

$.ajax doesn't work in IE 5.5 (Windows XP)

Reported by: Ivan Owned by:
Priority: major Milestone: 1.2.1
Component: ajax Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:

Description

var requestObj = $.ajax({url: '/test_/loadme.xml', type: 'GET', dataType: 'xml', data: 'sid=158', cache: false, async: false});
var xmlObj = requestObj.responseXML;
var objName = $('title', xmlObj).text();

Error on requestObj: "NodeName" is null or not an object

This code work in IE6, IE7.

Change History (1)

comment:1 Changed 15 years ago by john

Resolution: wontfix
Status: newclosed

That's very possible - jQuery doesn't support IE 5.5 (only IE 6 and newer).

Note: See TracTickets for help on using tickets.