Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Last active August 29, 2015 14:18
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 oclockvn/6f0bfa8c5193059a78bd to your computer and use it in GitHub Desktop.
Save oclockvn/6f0bfa8c5193059a78bd to your computer and use it in GitHub Desktop.
<h2>Index</h2>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Item</th>
<th>Price</th>
<th>
<a href='#'
class="pull-right btn btn-info btn-add"
data-toggle="modal"
data-target="#myModal">Add New Item</a>
</th>
</tr>
</thead>
<tbody>
...
</tbody>
</table>
<!-- Modal -->
<div class="modal fade"
id="myModal"
tabindex="-1"
role="dialog"
aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<!-- modal content -->
...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment