Created
January 20, 2014 15:40
-
-
Save DeanPoulin/8522222 to your computer and use it in GitHub Desktop.
JS Dropdowns Preserve HREF
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 id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html"> | |
| Dropdown <span class="caret"></span> | |
| </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