<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div id="hauptmenue_e1"> <div class="moduletable">
<ul class="nav menu">
<li class="item-101 firstlvl"><a href="/">Aktuelles</a></li><li class="item-123 deeper parent firstlvl"><a href="/informationen">Informationen</a><ul class="nav-child unstyled small"><li class="item-137 secondlvl"><a href="/informationen/brandverhuetung-in-gartenhaeusern">Brandverhütung in Gartenhäusern</a></li><li class="item-138 secondlvl"><a href="/informationen/karriere-bei-der-feuerwehr">Karriere bei der Feuerwehr</a></li><li class="item-139 secondlvl"><a href="/informationen/feuerloescher-richtig-einsetzen">Feuerlöscher richtig einsetzen</a></li><li class="item-140 secondlvl"><a href="/informationen/gefahren-im-haushalt">Gefahren im Haushalt</a></li><li class="item-141 secondlvl"><a href="/informationen/gefahrloses-grillvergnuegen">Gefahrloses Grillvergnügen</a></li><li class="item-142 secondlvl"><a href="/informationen/rauchmelder-sind-lebensretter">Rauchmelder sind Lebensretter</a></li><li class="item-143 secondlvl"><a href="/informationen/blaulicht-wie-verhalten-sie-sich-richtig">Blaulicht - Wie verhalten Sie sich richtig?</a></li><li class="item-144 secondlvl"><a href="/informationen/der-richtige-notruf">Der richtige Notruf</a></li></ul></li><li class="item-125 firstlvl"><a href="/einsaetze">Einsätze</a></li><li class="item-126 firstlvl"><a href="/fahrzeuge">Fahrzeuge</a></li><li class="item-128 deeper parent firstlvl"><a href="/bilder">Bilder</a><ul class="nav-child unstyled small"><li class="item-156 secondlvl"><a href="/bilder/bilderarchiv-2008">Bilder 2014</a></li><li class="item-155 secondlvl"><a href="/bilder/bilderarchiv-2016">Bilderarchiv 2013</a></li><li class="item-130 secondlvl"><a href="/?Itemid=130">Bilderarchiv 2012</a></li><li class="item-136 secondlvl"><a href="/?Itemid=136">Bilderarchiv 2011</a></li><li class="item-135 secondlvl"><a href="/?Itemid=135">Bilderarchiv 2010</a></li><li class="item-134 secondlvl"><a href="/?Itemid=134">Bilderarchiv 2009</a></li></ul></li><li class="item-129 current active deeper parent firstlvl"><a href="/jugendfeuerwehr">Jugendfeuerwehr</a><ul class="nav-child unstyled small"><li class="item-145 secondlvl"><a href="/jugendfeuerwehr/informationen-fuer-eltern">Informationen für Eltern</a></li></ul></li></ul>
</div>
</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. |