<html>
<head>
<meta charset=utf-8 />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<title>JS Bin</title>
</head>
<body>
<div id="gView">
<img src="http://cdn.arstechnica.net/wp-content/uploads/2012/10/06_Place_20773_1_Mis.jpg" alt="" />
<img src="http://static3.businessinsider.com/image/50e08aa6eab8eacb2e00001b-900/a-blue-marble-image-released-in-january-was-touted-by-nasa-as-the-most-amazing-high-definition-image-of-earth-blue-marble-2012-a-composite-image-of-several-swaths-of-earth-was-an-update-to-the-original-blue-marble-image-from-1972-according-to-flickr-the-western-hemisphere-blue-marble-2012-picked-up-31-million-views-between-jan-25-and-feb-2-making-it-one-of-the-all-time-most-viewed-images-on-the-site-after-only-one-week.jpg" alt="" />
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS9HWCsqmiEZVVGP-ynx_p9woAPv42fBvBSYKXH5M2ZkEAljW78" alt="" />
<img src="http://media.sacbee.com/static/weblogs/photos/images/2013/jan13/deep_freeze_2013_sm/deep_freeze_01.jpg" alt="" />
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQrkrmYvz_JXCdFP4xE8FuQhba-RbDQwTIzMzxusVFgjWSJ-_Jo" alt="" />
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTolSRq2roBLuLsd2cqLPza64Yae1W_T6lGVP8ycvxbj-R-bQQG" alt="" />
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTrCX1qjO6LcuySOllCFCNqnQuRV7-PFZBNug-tIz3g5JImm38g" alt="" />
</div>
</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. |