jQuery.retryAjax
jQuery.retryAjax copied to clipboard
Overload method for $.ajax that provides the ability to try the request over if it fails the first time.
Results
2
jQuery.retryAjax issues
Sort by
recently updated
recently updated
newest added
Add a delay option. Remove unnecessary alert
I've added a delay in between consecutive ajax requests in case the server needs some more time to process the files you are requesting. I do not now how to...