<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<div class="container" id="scr_menu">
<div class="row">
<div class="col-md-12">
<div id="site-logo" class="site-logo">
<a href="http://zbam.ru/" title="CTS studio" rel="home">
<img src="http://zbam.ru/wp-content/uploads/2015/04/CTS-logo-Yellow2-e1430989777310.png" alt="CTS studio" />
</a>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div><!-- .site-branding -->
<div class="nav_container">
<div class="container">
<nav id="site-navigation" class="main-navigation container-fluid" role="navigation">
<button class="menu-toggle navbar-toggle" aria-controls="menu" aria-expanded="false">
<span class="menu-span">Menu</span>
<span class="sr-only">Toggle navigation</span>
<!----<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>----->
</button>
<div class="menu-menyu-container"><ul id="menu-menyu" class="menu"><li id="menu-item-28" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-28"><a href="/">Home</a></li>
<li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="http://zbam.ru/about/">About</a></li>
<li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a href="http://zbam.ru/artists/">Artists</a></li>
<li id="menu-item-228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-228"><a href="http://zbam.ru/ctstudio/">Studio</a></li>
<li id="menu-item-94" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94"><a href="http://zbam.ru/ctschool/">CTSchool</a></li>
<li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-97"><a href="http://zbam.ru/reviews/">REVIEWS</a></li>
<li id="menu-item-102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102"><a href="http://zbam.ru/demo/">Demo</a></li>
<li id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a href="http://zbam.ru/contact/">Contact</a></li>
</ul></div>
</nav>
</div>
</div> <!--end nav_container-->
</header><!-- #masthead -->
</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. |