Skip to content

Instantly share code, notes, and snippets.

@kuneo
kuneo / hop.html
Created June 23, 2016 15:06
bootstrap-table hop
<table data-toggle="table" data-url="http://kuneo.org/sandbox/bootstrap-table/json/getstart.json">
<thead>
<tr>
<th data-field="id">ID</th>
<th data-field="name">名前</th>
<th data-field="price">価格</th>
</tr>
</thead>
</table>
@kuneo
kuneo / import.html
Last active June 23, 2016 14:53
bootstrap-table getstart
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="bootstrap-table.min.js"></script>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-table.min.css">
@kuneo
kuneo / 0_reuse_code.js
Created June 21, 2016 14:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console