Skip to content

Instantly share code, notes, and snippets.

@versluis
Last active December 11, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versluis/4592015 to your computer and use it in GitHub Desktop.
Save versluis/4592015 to your computer and use it in GitHub Desktop.
How to bring back the "back" button in jquery mobile. Call this before linking the jquery mobile library in your fie.
<script type="text/javascript">
// adding a back button
$(document).bind("mobileinit",function() {$.mobile.page.prototype.options.addBackBtn = true; });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment