Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
  <div class="container">
    <table>
      <thead>
        <tr>
          <th><input type='checkbox' /></th>
          <th>#</th>
          <th>Usuário</th>
          <th>Título</th>
        </tr>
      </thead>
      <tbody>
        <tr data-id="1">
          <td><input type='checkbox' /></td>
          <td>1</td>
          <td>1</td>
          <td>Sunt aut facere repellat provident occaecati excepturi optio reprehenderit</td>
        </tr>
        <tr data-id="2">
          <td><input type='checkbox' /></td>
          <td>2</td>
          <td>1</td>
          <td>Qui est esse</td>
        </tr>
        <tr data-id="3">
          <td><input type='checkbox' /></td>
          <td>3</td>
          <td>1</td>
          <td>Ea molestias quasi exercitationem repellat qui ipsa sit aut</td>
        </tr>
      </tbody>
    </table>
    <div id="modal" class="modal fade" tabindex="-1" role="dialog">
      <div class="modal-dialog" role="document">
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
            <h4 class="modal-title"></h4>
          </div>
          <div class="modal-body">
            <p></p>
          </div>
          <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Fechar</button>
            <button type="button" class="btn btn-primary">Salvar</button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <script src="https://code.jquery.com/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
  <script src="index.js"></script>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
acwosspro
0viewers