JQuery Ajax returns status 0 in Google Chrome, works fine with other browsers.
- by Jason Zhou
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.