Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created August 16, 2013 00:08
Show Gist options
  • Save mikekoro/6246115 to your computer and use it in GitHub Desktop.
Save mikekoro/6246115 to your computer and use it in GitHub Desktop.
<a href="#" data-dropdown="drop1">Has Dropdown</a>
<ul id="drop1" class="f-dropdown" data-dropdown-content>
<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>
<a href="#" data-dropdown="drop2">Has Content Dropdown</a>
<ul id="drop2" class="f-dropdown content" data-dropdown-content>
<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