Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
This question is not exact duplicate of the other one. This is talking about canceling the previous navigation (so user clicks should be accepted), while the other one talks about preventing any other clicks... – Mahdi Ghiasi Sep 4 '12 at 13:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.