Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<div>
 <table>
  <tbody><tr><td><label>Name</label></td>
    <td><input type="text" id="nameInput" class="nameInput" value="Tommy"></td></tr>
  </tbody>
 </table>                            
</div>
  
   <div>
    <table>
    <tbody><tr><td><label>Code</label></td><td>
    <select id="codeSelection" class="codeSelection">
        <option value="Scott">Scott</option>
      <option value="Smith">Smith</option>
        <option value="Tommy">Tommy</option>
    </select></td></tr>
    </tbody>
    </table>                            
</div>
  
  
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers