I have an ajax request that occasionally dies with a variance of the following error:
GET http:someurl net::ERR_NAME_NOT_RESOLVED
jQuery.ajaxTransport.send jquery.js:8516
jQuery.extend.ajax jquery.js:8136
..
I'm making a JSONP request and its not catching at all in the error parameter. I'm clueless as to why, much less how to catch the error.
Any ideas?
urlin your Ajax call is correct ?