Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script><a href="#">
    <img src="assets/img/decrease_indent.png" />
    <img src="assets/img/increase_indent.png" />
</a>
<div class="row-fluid">
    <div class="span4">
        <table class="table table-hover table-bordered" style="width: 448px;">
            <thead>
                <tr>
                    <th>Name</th>
                    <th>second</th>
                    <th>Dur</th>
                    <th>Start</th>
                    <th>last</th>
                </tr>
            </thead>
            <tbody data-bind="foreach:items">
                <tr data-bind="value:id">
                    <td data-bind="text:"></td>
                    <td></td>
                    <td  data-bind="text:"></td>
                    <td data-bind="text:"></td>
                    <td data-bind="text:"></td>
                </tr>
            </tbody>
        </table>
    </div>
</div>
<script type="text/javascript">
</script>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers