<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<table><thead>
<tr style="background: Grey; color:Black">
<th width="5%"> </th>
<th width="5%">Delta</th>
<th width="5%">Modified?</th>
<th width="10%">Document name</th>
<th width="15%">Document title</th>
<!--<th width="10%">Document alias</th>-->
<th width="10%">Release date</th>
<th width="5%" style="display: none;">RD Modified?</th>
<th width="10%" style="display: none;">Name RD</th>
<th width="15%" style="display: none;">Title RD</th>
<th width="10%" style="display: none;">Release date RD</th>
</tr>
</thead><tr>
<td class="webiso_whatsnew_table_cell">
<img alt="Edited" title="Edited" src="/projects/webiso/pub/TESTING_STI/released/images/editing.png"> </td>
<!-- End Request 3141: New Icons -->
<td class="webiso_whatsnew_table_cell"> </td>
<td class="webiso_whatsnew_table_cell webiso_whatsnew_table_cell_color">No<div style="" class="toggle"><div>Yes</div><div>No</div><div>No</div><div>No</div></div></td>
<td>
<a href="doc4.html" name="doc4" target="_blank">doc4</a>
<span class="arrow arrow_up"></span>
<div style="" class="toggle"><div>
<a target="_blank" name="image" href="image_3.1.jpg">image</a>
</div><div>
<a target="_blank" name="testingwrongtype" href="testingwrongtype_2.2.gif">testingwrongtype</a>
</div><div>
<a target="_blank" name="vsd_2" href="vsd_2_1.2.png">vsd_2</a>
</div><div>
<a target="_blank" name="BMP" href="BMP_1.3.bmp">BMP</a>
</div></div></td>
<td>
<a target="_blank" href="doc4.html">imgtest</a>
<div style="" class="toggle"><div>
<a target="_blank" name="-" href="image_3.1.jpg">-</a>
</div><div>
<a target="_blank" name="for pp" href="testingwrongtype_2.2.gif">for pp</a>
</div><div>
<a target="_blank" name="another is" href="vsd_2_1.2.png">another is</a>
</div><div>
<a target="_blank" name="-" href="BMP_1.3.bmp">-</a>
</div></div></td>
<!--
<TD><A HREF="doc4.html">yuo</A></TD>
-->
<td class="webiso_whatsnew_table_cell_color">14/03/2014<div style="" class="toggle"><div>09/04/2014</div><div>14/03/2014</div><div>10/03/2014</div><div>04/03/2014</div></div></td>
<td class="webiso_whatsnew_table_cell" style="display: none;">Yes</td>
<td style="display: none;">
<a target="_blank" name="image" href="image_3.1.jpg">image</a>
</td>
<td style="display: none;">
<a target="_blank" name="-" href="image_3.1.jpg">-</a>
</td>
<td style="display: none;">09/04/2014</td>
</tr></table>
</body>
</html>
.webiso_whatsnew_table {
border: 1px solid #000000;
border-collapse: collapse;
width: 100%;
}
table {
}
* {
font-family: Arial,sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
}
.webiso_whatsnew_table {
border-collapse: collapse;
}
* {
font-family: Arial,sans-serif;
font-size: 10pt;
}
.webiso_whatsnew_table th:nth-child(1), .webiso_whatsnew_table td:nth-child(1) {
text-align: center;
}
td:nth-child(1), td:nth-child(2) {
text-align: center;
vertical-align: top;
}
.webiso_whatsnew_table th, .webiso_whatsnew_table td {
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
padding: 2px 5px;
text-align: left;
}
th, td {
/*white-space: nowrap;*/
}
.arrow_up {
background: url("http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.arrow {
background: url("http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/arrows.png") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
clear: right;
cursor: pointer;
display: inline-block;
float: right;
height: 14px;
margin-left: 15px;
width: 16px;
}
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. |