I'm creating a web application for PCs and tablets using jQuery Mobile.
And I'm using Ajax navigation feature of jQuery Mobile.
So, if user clicks on a link, loading spinner shows. But while JQM is trying to load that page, user may click on another link. In this case, after completely loading the first page, JQM loads the second page and then goes to the second page.
I want to cancel the previous ajax navigation if user clicked somewhere else. How to do this?
Please note that the next click may be on a link, or may be on a button, which calls a javascript function.