<html>
<head>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<table border>
<tbody><tr><td id="100">100</td><td id="99">99</td><td id="98">98</td><td id="97">97</td><td id="96">96</td><td id="95">95</td><td id="94">94</td><td id="93">93</td><td id="92">92</td><td id="91">91</td></tr><tr><td id="81">81</td><td id="82">82</td><td id="83">83</td><td id="84">84</td><td id="85">85</td><td id="86">86</td><td id="87">87</td><td id="88">88</td><td id="89">89</td><td id="90">90</td></tr><tr><td id="80">80</td><td id="79">79</td><td id="78">78</td><td id="77">77</td><td id="76">76</td><td id="75">75</td><td id="74">74</td><td id="73">73</td><td id="72">72</td><td id="71">71</td></tr><tr><td id="61">61</td><td id="62">62</td><td id="63">63</td><td id="64">64</td><td id="65">65</td><td id="66">66</td><td id="67">67</td><td id="68">68</td><td id="69">69</td><td id="70">70</td></tr><tr><td id="60">60</td><td id="59">59</td><td id="58">58</td><td id="57">57</td><td id="56">56</td><td id="55">55</td><td id="54">54</td><td id="53">53</td><td id="52">52</td><td id="51">51</td></tr><tr><td id="41">41</td><td id="42">42</td><td id="43">43</td><td id="44">44</td><td id="45">45</td><td id="46">46</td><td id="47">47</td><td id="48">48</td><td id="49">49</td><td id="50">50</td></tr><tr><td id="40">40</td><td id="39">39</td><td id="38">38</td><td id="37">37</td><td id="36">36</td><td id="35">35</td><td id="34">34</td><td id="33">33</td><td id="32">32</td><td id="31">31</td></tr><tr><td id="21">21</td><td id="22">22</td><td id="23">23</td><td id="24">24</td><td id="25">25</td><td id="26">26</td><td id="27">27</td><td id="28">28</td><td id="29">29</td><td id="30">30</td></tr><tr><td id="20">20</td><td id="19">19</td><td id="18">18</td><td id="17">17</td><td id="16">16</td><td id="15">15</td><td id="14">14</td><td id="13">13</td><td id="12">12</td><td id="11">11</td></tr><tr><td id="1">1</td><td id="2">2</td><td id="3">3</td><td id="4">4</td><td id="5">5</td><td id="6">6</td><td id="7">7</td><td id="8">8</td><td id="9">9</td><td id="10">10</td></tr></tbody>
</table>
</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. |