Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active November 23, 2016 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/82d77a1c1992d375c9f3526c4a72a4ff to your computer and use it in GitHub Desktop.
Save goofmint/82d77a1c1992d375c9f3526c4a72a4ff to your computer and use it in GitHub Desktop.
6.md
<div class="form-group">
<label for="exampleInputEmail1">件数</label>
<select class="form-control" id="paging">
<option>5</option>
<option selected>10</option>
<option>20</option>
<option>50</option>
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment