Skip to content

Instantly share code, notes, and snippets.

@QETHAN
Created June 27, 2013 00:34
Show Gist options
  • Save QETHAN/5873060 to your computer and use it in GitHub Desktop.
Save QETHAN/5873060 to your computer and use it in GitHub Desktop.
CSS
<div class="btn-group group-type">
<input id="type" name="type" class="input-type" type="text" value="六人桌" data-required="true" onfocus="this.blur();">
<a class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</a>
<ul class="dropdown-menu" id="ul-type">
<li>四人桌</li>
<li>六人桌</li>
<li>八人桌</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment