Skip to content

Instantly share code, notes, and snippets.

@czepluch
Created December 6, 2013 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czepluch/7817008 to your computer and use it in GitHub Desktop.
Save czepluch/7817008 to your computer and use it in GitHub Desktop.
<a href="#" data-dropdown="drop" class="button dropdown">Dropdown Button</a><br>
<ul id="drop" data-dropdown-content class="f-dropdown">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment