Skip to content

Instantly share code, notes, and snippets.

@zachlendon
Created December 7, 2011 04:22
Show Gist options
  • Select an option

  • Save zachlendon/1441447 to your computer and use it in GitHub Desktop.

Select an option

Save zachlendon/1441447 to your computer and use it in GitHub Desktop.
<!-- Start of 3rd page -->
<div data-role="page" id="bar">
<div data-role="header" data-backbtn="false">
<h1>Bar</h1>
</div><!-- /header -->
<div data-role="content">
<p>I'm first in the source order so I'm shown as the page.</p>
<p><a href="#badz">Back to badz</a></p>
</div><!-- /content -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment