Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html> 
  <head> 
    <meta name="description" content="Update User"> 
    <title>Circuit JS SDK</title>
    <script src="https://unpkg.com/circuit-sdk@beta"></script>
    <script src="https://rawgit.com/circuit/js-sdk/master/jsbin-template.js"></script>
    <link rel="stylesheet" href="https://rawgit.com/circuit/js-sdk/master/jsbin-template.css">
    <style> 
      section {
        padding-bottom: 20px; 
      }
    </style>
  </head>
  <body>
    <div id="template"></div>
    <section id="main" style="display:none">
      <div><input type="text" id="firstname" placeholder="New firstname"/></div>
      <div><input type="text" id="lastname" placeholder="New lastname"/></div>
      <div><input type="email" id="email" placeholder="New emails"/></div>
      <input id="avatar" type="file" placeholder="select new avatar">
      <br>
      <div><button id="update" onclick="update()">Update user</button>
    </section>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
rogerupro
0viewers