Skip to content

Instantly share code, notes, and snippets.

@nonlinear
Last active October 11, 2015 15:47
Show Gist options
  • Save nonlinear/3881993 to your computer and use it in GitHub Desktop.
Save nonlinear/3881993 to your computer and use it in GitHub Desktop.
bootstrap_dropdown
<div class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
[Title]<i class="glyphicon glyphicon-chevron-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="#">[Title Option]</a></li>
<li><a href="#">{Second Option]</a></li>
<li><a href="#">[Third Option]</a></li>
<li class="divider"></li>
<li><a href="#">[Fourth Option]</a></li>
</ul>
</div><!-- dropdown -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment