I have seen many posts regarding aborting AJAX requests using .abort()
function such as this post, but it just doesn't work for me.
I make repeated AJAX calls after every 30 seconds using setTimout, and there is a point where I would like to stop the repeating calls from occurring based on a condition.
Am I doing something wrong or is it that .abort()
has been deprecated? I'm using jquery version 1.9.1.