Created
June 27, 2013 00:34
-
-
Save QETHAN/5873060 to your computer and use it in GitHub Desktop.
CSS
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="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