Jquery ajaxrequest xhr.status code 0 but html status code 200
问题 This is not a cross site request problem as most googled answers to my questions consists of. I'm getting xhr.status 0 och xhr.statusText "error" when trying to make an ajax request with jquery functions .get and .load. In Firebug though, the requested page is loaded with html status code 200, I can read the text in the response and the response header looks ok. My code: function GetProjectTask(e) { var loader = $('#' + e + 'tasks div.loader'); var content = $('#' + e + 'tasks div.content');