S

Author

Steve

Latest from

Steve

View all authors

JavaScript

How to cancel Ajax requests using jQuery

Since XMLHttpRequest ,or the equivalent, object is returned by jQuery, so you can simply use abort function. To cancel ajax requests you have to…