Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <table id="my_table">
  <cols>
    <col />
    <col />
    <col />
  </cols>
<thead>
<tr>
<th id="col1">First</th>
<th id="col2">Second</th>
<th id="col3">Third</th>
<th id="col4">Fourth</th>
</tr>
</thead>
<tbody>
<tr>
<td id="col1">1</td>
<td id="col2">1.1</td>
<td id="col3">1.2</td>
<td id="col4">1.3</td>
</tr>
<tr>
<td id="col1">2</td>
<td id="col2">2.1</td>
<td id="col3">2.2</td>
<td id="col4">2.3</td>
</tr>
<tr>
<td id="col1">3</td>
<td id="col2">3.1</td>
<td id="col3">3.2</td>
<td id="col4">3.3</td>
</tr>
<tr>
<td id="col1">4</td>
<td id="col2">4.1</td>
<td id="col3">4.2</td>
<td id="col3">4.3</td>
</tr>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers