Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/lodash/lodash/3.0.1/lodash.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <table>
    <tr class="header">
      <td>
        <input type="checkbox" class="px check-all1">
      </td>
      <td>
        <input type="checkbox" class="px check-all2">
      </td>
      <td>
        <input type="checkbox" class="px check-all3">
      </td>
    </tr>
    <tr>
      <td>
        <input type="checkbox" class="px check1">
      </td>
      <td>
        <input type="checkbox" class="px check2">
      </td>
      <td>
        <input type="checkbox" class="px check3">
      </td>
    </tr>
    <tr>
      <td>
        <input type="checkbox" class="px check1">
      </td>
      <td>
        <input type="checkbox" class="px check2">
      </td>
      <td>
        <input type="checkbox" class="px check3">
      </td>
    </tr>
    <tr>
      <td>
        <input type="checkbox" class="px check1">
      </td>
      <td>
        <input type="checkbox" class="px check2">
      </td>
      <td>
        <input type="checkbox" class="px check3">
      </td>
    </tr>
    <tr>
      <td>
        <input type="checkbox" class="px check1">
      </td>
      <td>
        <input type="checkbox" class="px check2">
      </td>
      <td>
        <input type="checkbox" class="px check3">
      </td>
    </tr>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers