Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created February 1, 2012 05:29
Show Gist options
  • Select an option

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

Select an option

Save Iheartweb/1715292 to your computer and use it in GitHub Desktop.
Lu Example: Select Buttons
<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