Abort all running ajax on click jQuery
There may be times you want to stop ajax request on some event like on click, hover etc… In my case, I wanted to run an ajax on click, but I wanted to cancel all other ajax request to be stopped before my ajax. So after lots of finding I found one solution here. I …