view source
How to control back and forward button in jQuery Mobile
Sometimes you’ll want to have control over back and forward button handling in jQuery Mobile and you’ll find yourself wondering how to do that. Once upon a time jQuery Mobile didn’t have such functionality but going from version 1.4 we can rely on navigate event. Before we proceed, navigate event can only be found in jQuery Mobile so don’t expect it in pure jQuery. This could change in a near future when jQuery Foundation developers merge jQuery Mobile with jQuery UI.
Advertisement