<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>FadeOut - jQuery</title>
<style type="text/css">
#outercorners img {
display:yes;
}
</style>
</head>
<body>
<button>Start!</button>
<div id="outercorners">
<img id="corner1" src="images/mouse_1.jpg" width="200" height="150" alt="1" />
<img id="corner2" src="images/mouse_2.jpg" width="200" height="150" alt="2" />
<img id="corner3" src="images/mouse_3.jpg" width="200" height="150" alt="3" />
<img id="corner4" src="images/mouse_4.jpg" width="200" height="150" alt="4" />
<img id="corner5" src="images/mouse_5.jpg" width="200" height="150" alt="5" />
<img id="corner6" src="images/mouse_6.jpg" width="200" height="150" alt="6" />
<img id="corner6" src="images/mouse_7.jpg" width="200" height="150" alt="7" />
<img id="corner7" src="images/mouse_8.jpg" width="200" height="150" alt="8" />
<img id="corner9" src="images/mouse_9.jpg" width="200" height="150" alt="9" />
<img id="corner10" src="images/mouse_10.jpg" width="200" height="150" alt="10" />
<img id="corner11" src="images/mouse_11.jpg" width="200" height="150" alt="11" />
<img id="corner12" src="images/mouse_12.jpg" width="200" height="150" alt="12" />
<img id="corner13" src="images/mouse_13.jpg" width="200" height="150" alt="13" />
<img id="corner14" src="images/mouse_14.jpg" width="200" height="150" alt="14" />
<img id="corner15" src="images/mouse_15.jpg" width="200" height="150" alt="15" />
<img id="corner16" src="images/mouse_16.jpg" width="200" height="150" alt="16" />
</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. |