Is there anyway I can get the request details when there’s an ajax error. The callback functions passed into $.ajax() are invoked with an xhr object but it doesn’t seem to contain the information I need like the url requested or the http method, POST, GET etc.
Many thanks
http://api.jquery.com/ajaxError/