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)
Change History (3)
Changed July 01, 2006 08:56PM UTC by comment:1
Changed July 04, 2006 09:39PM UTC by comment:2
component: | ajax → core |
---|---|
milestone: | → 1.0 |
version: | 1.0b1 → 1.0 |
Changed July 17, 2006 02:15AM UTC by comment:3
component: | core → ajax |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed in SVN, here's the test page that I used:
System is not letting me upload image (Invalid attahcment, attachment doesnt exist..) so please view it at: http://www.acronymsoup.com/jquery_err.gif