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>
  <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
</head>
<body>
  <div class="pure-form">
    <p><input type="text" placeholder="name" id="cookieName"></p>
    <p><input type="text" placeholder="value" id="cookieValue"></p>
    <p><button type="submit" class="pure-button pure-button-primary" id="setCookie">set cookie</button></p>
    <legend></legend>
    <p><input type="text" placeholder="name" id="cookieName2"></p>
    <p><button type="submit" class="pure-button pure-button-primary" id="getCookie">get cookie</button></p>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers