#25 closed bug (fixed)
IE "method not supported" error. (Worked previous to 1.0)
Reported by: | 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 (6)
Changed 17 years ago by
Attachment: | jquery_err.gif added |
---|
Changed 17 years ago by
Attachment: | jquery_err.2.gif added |
---|
Changed 17 years ago by
Attachment: | jquery_err.3.gif added |
---|
comment:1 Changed 17 years ago by
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
Component: | ajax → core |
---|---|
Milestone: | → 1.0 |
Version: | 1.0b1 → 1.0 |
comment:3 Changed 17 years ago by
Component: | core → ajax |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in SVN, here's the test page that I used: http://john.jquery.com/jquery/test/ajax-not.html
Error Screenshot