PROBLEM How to cancel/abort jQuery AJAX request? SOLUTION :1 jQuery Ajax methods return an XMLHttpRequest (or the equivalent) object, so we can use abort(). abort Method (MSDN)- Cancels the current…
.ajaxStop()
1 Article
1
PROBLEM How to cancel/abort jQuery AJAX request? SOLUTION :1 jQuery Ajax methods return an XMLHttpRequest (or the equivalent) object, so we can use abort(). abort Method (MSDN)- Cancels the current…