It\'s the 3rd June 2011 and I\'m using JQuery Mobile\'s latest version.
My problem is that the back button has gone.
How can I get the back button to show up
If you look at the jQuery mobile blog post in may, the back button is now off by default.
To reenable the back button simply add data-add-back-btn="true" to the page container:
data-add-back-btn="true"
First page page2 Optional footer Second Page page1 Optional footer
page2
page1
Example of the back button on jsfiddle