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.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<table id ="myTable" border="0" cellpadding="0" cellspacing="0" width="100%" class="scrollTable1">
    <thead class="fixedHeader1">
    <tr>
        <th><center><a href="#">Id</a></center></th>
    </tr>
</thead>
    <tbody class="scrollContent1">
        <tr>
            <td><button class="myButton">Press1</button></td>              
        </tr>
        <tr>
            <td><button class="myButton">Press2</button></td>              
        </tr>
        <tr>
            <td><button class="myButton">Press3</button></td>              
        </tr>
        <tr>
            <td><button class="myButton">Press4</button></td>              
        </tr>
    </tbody>
</table>
              
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers