Taking Control Of The Back Button.
Hi, if I have the following code:
<div data-role="page" id="meetingPage"> <div data-role="header"> <h1 id="pageTitle">AGM</h1> </div> <p>Hiccup</p> </div>
How can I take control of the Back button. The reason I ask is that each time the page goes forward, a increment of one is added so when the user goes back I want to decrease the number by one.
Any ideas?
Cheers,
A4.