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-git2.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
    <form>
        <div id="step1">
            step 1
            <input type="button" value="next >" />
        </div>
        <div id="step2" style="display:none;">
            step 2
            <input type="button" value="next >" />
        </div>
        <div id="step3" style="display:none;">
            step 3
            <input type="submit" />
        </div>
    </form>
</body>
</html>
Output

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

Dismiss x
public
Bin info
GuimDevpro
0viewers