Created
February 1, 2012 05:29
-
-
Save Iheartweb/1715292 to your computer and use it in GitHub Desktop.
Lu Example: Select Buttons
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
| <button role="button" aria-controls="foo" data-lu="Button:Select">Select Foo</button> | |
| <a class="button" href="#baz" role="button" data-lu="Button:Select">Select Baz</a> | |
| <button role="button" data-lu="Button:Select" data-lu-config="{ | |
| 'Button:Select': { | |
| item: '.bar' | |
| } | |
| }">Select Bar</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment