Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created January 31, 2012 23:54
Show Gist options
  • Select an option

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

Select an option

Save Iheartweb/1713974 to your computer and use it in GitHub Desktop.
Lu Example: Buttons
<!-- Fires a 'next' event -->
<button type="button" data-lu="Button:Next">Next</a>
<!-- Fires a 'custom' event -->
<button type="button" data-lu="Button" data-lu-config="{
'Button': {
'action': 'custom'
}
}">Custom</button>
<!-- Fires a 'previous' event -->
<button type="button" data-lu="Button:Previous">Previous</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment