Skip to content

Instantly share code, notes, and snippets.

@jbristowe
Created May 23, 2012 02:05
Show Gist options
  • Save jbristowe/2772842 to your computer and use it in GitHub Desktop.
Save jbristowe/2772842 to your computer and use it in GitHub Desktop.
Simple ActionSheet for TeamThing
<ul data-role="actionsheet" id="thingActions">
<li class="km-actionsheet-title">Status:</li>
<li><a href="#" data-action="deleteThing" class="km-button delete">Delete</a></li>
<li><a href="#" data-action="markCompleted">Mark Complete</a></li>
<li><a href="#" data-action="markDelayed">Mark Delayed</a></li>
<li><a href="#" data-action="markInProgress">Mark In-Progress</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment