<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<svg class="Widget" width="585px" height="240px" viewBox="0 0 585 240" version="1.1">
<g class="Widget-frame" transform="translate(5.000000, 13.000000)">
<path d="M60,7 L60,167"></path>
<path d="M60,167 L560,167"></path>
<path d="M65,7 L55,7"></path>
<path d="M65,87 L55,87"></path>
<text><tspan x="27" y="11">100%</tspan></text>
<text><tspan x="31" y="91">50%</tspan></text>
<text><tspan x="157" y="184">1</tspan></text>
<text><tspan x="257" y="184">2</tspan></text>
<text><tspan x="358" y="184">3</tspan></text>
<text><tspan x="458" y="184">4</tspan></text>
<text><tspan x="557" y="184">5</tspan></text>
<text><tspan x="50" y="180">0</tspan></text>
<text class="Widget-title" transform="rotate(-90.000000) ">
<tspan x="-110" y="15">Volume</tspan>
</text>
<text class="Widget-title">
<tspan x="282.239" y="214">Distance</tspan>
</text>
<path d="M160,162 L160,172"></path>
<path d="M260,162 L260,172"></path>
<path d="M360,162 L360,172"></path>
<path d="M460,162 L460,172"></path>
<path d="M560,162 L560,172"></path>
</g>
<g class="Widget-inputArea" transform="translate(65.000000, 20.000000)">
</g>
</svg>
<p>
<button id="delete" class="u-hidden">delete</button>
<button id="add" class="u-hidden">add</button>
</p>
<textarea id="widgetOutput" rows="4" cols="80"></textarea>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |