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…
How to Abort a AJAX Call Before Calling the Same Again
1 Article
1