Created
February 21, 2012 13:25
-
-
Save Iheartweb/1876568 to your computer and use it in GitHub Desktop.
Lists and Buttons ala Pills
This file contains hidden or 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
| <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