Skip to content

Instantly share code, notes, and snippets.

@dmozzy
Created April 16, 2012 12:53
Show Gist options
  • Save dmozzy/2398596 to your computer and use it in GitHub Desktop.
Save dmozzy/2398596 to your computer and use it in GitHub Desktop.
Task List Div
<!-- Task Page -->
<div data-role="page" id="task-page">
<div data-role="navbar">
<ul>
<li><a href="#location-page" >Location</a></li>
<li><a href="#task-page" class="ui-btn-active ui-state-persist">Tasks</a></li>
</ul>
</div>
<div data-role="content">
<div id="tasks-list">
</div>
</div>
<a href="#" data-role="button" id="add-task" data-inline="true">Add Task</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment