Side navigation
#1804 closed bug (wontfix)
Opened October 15, 2007 12:54PM UTC
Closed October 15, 2007 03:19PM UTC
$.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.
Attachments (0)
Change History (1)
Changed October 15, 2007 03:19PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
That's very possible - jQuery doesn't support IE 5.5 (only IE 6 and newer).