Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created February 21, 2012 13:25
Show Gist options
  • Select an option

  • Save Iheartweb/1876568 to your computer and use it in GitHub Desktop.

Select an option

Save Iheartweb/1876568 to your computer and use it in GitHub Desktop.
Lists and Buttons ala Pills
<ul data-lu="List" id="tiger-toe">
<li id="eeny" class="lu-selected">
<a href="#eeny" data-lu="Button:Select">Eeny Action</a>
</li>
<li id="meeny">
<a href="#meeny" data-lu="Button:Select">Meeny Action</a>
</li>
<li id="miny">
<a href="#miny" data-lu="Button:Select">Miny Action</a>
</li>
<li id="moe">
<a href="#moe" data-lu="Button:Select">Moe Action</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment