Created
April 16, 2012 12:53
-
-
Save dmozzy/2398596 to your computer and use it in GitHub Desktop.
Task List Div
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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