JQuery Ajax returns status 0 in Google Chrome, works fine with other browsers.

Posted by Jason Zhou on Stack Overflow See other posts from Stack Overflow or by Jason Zhou
Published on 2010-04-17T04:33:51Z Indexed on 2010/04/17 4:43 UTC
Read the original article Hit count: 339

Filed under:
|
|

Hello, I am using jQuery ajax, and it worked very well until I tried the site in Google Chrome. I am directed to the success handler. However, when I printed the status of the XMLHttpRequest, I got a 0. The responseText is empty as well. This only happens in Google Chrome. I tried the same code on Safari, Firefox, and Opera, they are worked correctly. Any help will be greatly appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about google-chrome