Skip to content

Instantly share code, notes, and snippets.

Created December 30, 2015 17:02
Show Gist options
  • Select an option

  • Save anonymous/9ca0d4164c6e943d3075 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/9ca0d4164c6e943d3075 to your computer and use it in GitHub Desktop.
Moblie+ Menu
<div data-role="page">
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li><a href="#">My App</a></li>
<li><a href="#">AppDeck</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
<!-- /content -->
</div>
<!-- /page -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment