Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save DeanPoulin/8522222 to your computer and use it in GitHub Desktop.
JS Dropdowns Preserve HREF
<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