Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8 />
    <title>JS Bin</title>
  </head>
  <body>
    <table>
      <thead>
        <tr>
          <td>
            <div class="container">
              
              <a class="clickable" href="#" onclick="/*call myFunc*/" >&#9650;</a>
              <div class="wrapper">
                <input type="text">
              </div>
              
            </div>
          </td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>
            data1
          </td>
        </tr>
      </tbody>
    </table>
  </body>
</html>
 
table{border-collapse:collapse;}
td{
  border: 1px solid black;
  padding: 2px;
}
.container {
  width: 300px;
  /*this will be dinamically resized with JS*/
}
input[type="text"] { width: 100%; }
.wrapper { margin-right: 25px; }
.clickable { float: right; }
Output

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

Dismiss x
public
Bin info
qolamipro
0viewers