Skip to main content

Bug Tracker

Side navigation

#25 closed bug (fixed)

Opened July 01, 2006 08:44PM UTC

Closed July 17, 2006 02:15AM UTC

Last modified June 20, 2007 02:37AM UTC

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

Reported by: beerfu@gmail.com 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.2.gif (62.8 KB) - added by anonymous July 01, 2006 08:45PM UTC.
  • jquery_err.3.gif (62.8 KB) - added by beerfu@gmail.com July 01, 2006 08:45PM UTC.
  • jquery_err.gif (62.8 KB) - added by beerfu@gmail.com July 01, 2006 08:44PM UTC.

    Error Screenshot

Change History (3)

Changed July 01, 2006 08:56PM UTC by beerfu@gmail comment:1

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

Changed July 04, 2006 09:39PM UTC by john comment:2

component: ajaxcore
milestone: → 1.0
version: 1.0b11.0

Changed July 17, 2006 02:15AM UTC by john comment:3

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