Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#25 closed bug (fixed)

IE "method not supported" error. (Worked previous to 1.0)

Reported by: [email protected] Owned by:
Priority: major Milestone: 1.0
Component: ajax Version: 1.0
Keywords: callback post IE Cc:
Blocked by: Blocking:

Description

Running the following code:

if($("error",x).size()>0){ ...

on xml returned from a $.post callback

$.post("blah.php",{

diff: diff}, function(x){ ...

results in the "method not supported" IE error. (For this instance, when the element in question is not actually present in the xml) Sadly the app Im working on can only be viewed in IE, but I have attached the Visual Studio debug page highlighting where its going bad.

This may not be a bug, but it worked previous to 1.0 and now it doesnt.

Attachments (3)

jquery_err.gif (62.8 KB) - added by [email protected] 17 years ago.
Error Screenshot
jquery_err.2.gif (62.8 KB) - added by anonymous 17 years ago.
jquery_err.3.gif (62.8 KB) - added by [email protected] 17 years ago.

Download all attachments as: .zip

Change History (6)

Changed 17 years ago by [email protected]

Attachment: jquery_err.gif added

Error Screenshot

Changed 17 years ago by anonymous

Attachment: jquery_err.2.gif added

Changed 17 years ago by [email protected]

Attachment: jquery_err.3.gif added

comment:1 Changed 17 years ago by [email protected]

System is not letting me upload image (Invalid attahcment, attachment doesnt exist..) so please view it at: http://www.acronymsoup.com/jquery_err.gif

comment:2 Changed 17 years ago by john

Component: ajaxcore
Milestone: 1.0
Version: 1.0b11.0

comment:3 Changed 17 years ago by john

Component: coreajax
Resolution: fixed
Status: newclosed

Fixed in SVN, here's the test page that I used: http://john.jquery.com/jquery/test/ajax-not.html

Note: See TracTickets for help on using tickets.