Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created February 28, 2013 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hatefulcrawdad/5057679 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/5057679 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
@cfebs
Copy link

cfebs commented Mar 6, 2013

closing ul tag is missing the >

really liking v4 changes!

@Sawtaytoes
Copy link

I agree. Missing the >.

@1c7
Copy link

1c7 commented Jul 2, 2013

miss >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment