Can someone show me a practical example on setting a timeout to my $.ajax request and redo the entire request if the first request is timed out, I\'ve read the docs and didn
I would use the jquery deferred fail callback for this case. http://api.jquery.com/deferred.fail/