Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created March 29, 2012 19:12
Show Gist options
  • Select an option

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

Select an option

Save Iheartweb/2242311 to your computer and use it in GitHub Desktop.
<div id="switcher-cycle" data-lu="Switcher" data-lu-config="{
'Switcher': {
states: ['a', 'b', 'c']
}
}">
<ul><!-- list items --></ul>
<br/>
<button data-lu="Button:Switch" data-lu-config="{
'Button:Switch': {
states: 'd'
}
}" type="button">I do nothing!</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment