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-latest.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <form class="data-form">
    <label>Value1<input class="value1" /></label>
    <label>Value2<input class="value2" /></label>
    <label>Value3<input class="value3" /></label>
    <label>Value4<input class="value4" /></label>
  </form>
  
      <table class="data-table" id="test">
        <thead>
            <tr>
                <th>value1</th>
                <th>value2</th>
                <th>value3</th>
                <th>value4</th>
            </tr>
        </thead>
        <tbody>
        </tbody>
    </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
mhtkmr54pro
0viewers