$.ajax("changeposition.aspx?id=1&pos=1", {
success: function(){
alert('success!');
}
});
In chrome that code gives an error saying (failed) in the status code and undefined in the type column. The request does not reach the page as I’ve tried debugging but the page load event never fires. Any ideas? I am developing on localhost and this page is within an authenticated admin area.
UPDATE: screenshot:

Some adblockers do keyword matching in JavaScript URIs.
banners.jsor some other factor may be triggering it.Disable adblocking to test this.