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 onload="init();">
<form>
  <input id="nom" type="text" required> 
 
  <input id="prenom" type="text" required>
  
  <button onclick="soumettre();" type="button">Submit</button>
  </form> 
  
  <button onclick="effacerTout();">Effacer tout</button>
  <button onclick="loadDataFromWS();">Remplir depuis web service</button>
  <table>
    <thead>
      <tr>
        <th>Nom</th>
        <th>Prenom</th>
      </tr>
    </thead>
    <tbody id="myTbody">
    </tbody>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers