Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cfebs/5096284 to your computer and use it in GitHub Desktop.
Save cfebs/5096284 to your computer and use it in GitHub Desktop.
<!-- Element that will have Dropdown -->
<a href="#" data-dropdown="drop1">Has Dropdown</a>
<!-- The Dropdown that our JS will attach to the above element -->
<ul id="drop1" 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