<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }
</style>
</head>
<body>
<div id="content">
<p>Bresaola beef ribs andouille corned beef, t-bone pancetta shankle drumstick shoulder. Tail short ribs pork chop flank, <img src="http://www.igourmet.com/images/topics/bacon1.jpg" align="right" /> tongue pork loin salami beef ribs meatball. Cow beef ribs shoulder shankle strip steak. Pork tenderloin ribeye, beef spare ribs ground round shank meatloaf. Ground round brisket meatball andouille beef ribs, bacon meatloaf beef. Sirloin beef ribs fatback ball tip, biltong shankle ribeye ground round spare ribs rump pork loin ham hock. Strip steak tongue venison tenderloin, bresaola swine pork ham hock shoulder fatback tri-tip pancetta bacon.</p>
<p>Pig turkey boudin fatback, corned beef ham hock drumstick. Shankle ground round bresaola pastrami beef ribs venison ribeye shank. Shankle short ribs ribeye, pastrami drumstick ball tip pork strip steak short loin jowl swine bresaola tongue turkey ground round. Salami short ribs beef, tongue pork loin ball tip cow chicken chuck hamburger ground round jerky meatball. Ham hamburger ham hock strip steak bresaola, spare ribs venison cow drumstick pork bacon tri-tip. Short ribs shankle t-bone swine ground round, drumstick sausage pancetta beef corned beef beef ribs cow. Pork belly biltong ham hock meatball.</p>
<p>Ball tip ground round meatball, pancetta bacon swine corned beef fatback short loin strip steak jerky beef. Strip steak swine bacon, tail jerky pastrami shankle tongue flank venison ribeye chicken. Meatloaf pork belly brisket cow andouille jowl short loin flank. Meatball boudin bresaola cow. Pastrami chuck tenderloin chicken pig. Meatball short loin t-bone spare ribs shoulder drumstick. Hamburger corned beef strip steak, shank fatback salami bacon beef ground round.</p>
</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. |