Created
February 28, 2013 15:46
-
-
Save hatefulcrawdad/5057679 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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
miss >