Created
January 20, 2014 15:37
-
-
Save DeanPoulin/8522137 to your computer and use it in GitHub Desktop.
JS Dropdowns
This file contains hidden or 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
| <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