Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 20, 2014 15:37
Show Gist options
  • Select an option

  • Save DeanPoulin/8522137 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8522137 to your computer and use it in GitHub Desktop.
JS Dropdowns
<div class="dropdown">
<a data-toggle="dropdown" href="#">Dropdown trigger</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
...
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment