Skip to content

Instantly share code, notes, and snippets.

@siteslave
Created January 10, 2014 09:04
Show Gist options
  • Select an option

  • Save siteslave/8348859 to your computer and use it in GitHub Desktop.

Select an option

Save siteslave/8348859 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
<div class="dropdown">
<button type="button" class="btn btn-primary"
data-toggle="dropdown" >
Dropdown trigger
</button>
<ul class="dropdown-menu" role="menu"
aria-labelledby="dLabel">
<li><a href="#">Menu 1</a></li>
<li><a href="#">Menu 2</a></li>
<li><a href="#">Menu 3</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment