Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 11, 2014 10:27
Show Gist options
  • Select an option

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

Select an option

Save DeanPoulin/8369234 to your computer and use it in GitHub Desktop.
Dropdown Disabled Items
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu3">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Regular link</a></li>
<li role="presentation" class="disabled"><a role="menuitem" tabindex="-1" href="#">Disabled link</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another link</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment