<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div class=" pagination">
<a href="#" class="first" data-action="first">«</a>
<a href="#" class="previous" data-action="previous">‹</a>
<input type="text" readonly="readonly" />
<a href="#" class="next" data-action="next">›</a>
<a href="#" class="last" data-action="last">»</a>
</div>
<table class="table-example">
<thead>
<tr>
<th>Number</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Clair Goding</td>
</tr>
<tr>
<td>2</td>
<td>Beau Riese</td>
</tr>
<tr>
<td>3</td>
<td>Shirlene Wickliffe</td>
</tr>
<tr>
<td>4</td>
<td>Assunta Briganti</td>
</tr>
<tr>
<td>5</td>
<td>Louis Remigio</td>
</tr>
<tr>
<td>6</td>
<td>Sherrill Lengyel</td>
</tr>
<tr>
<td>7</td>
<td>Rebekah Guerette</td>
</tr>
<tr>
<td>8</td>
<td>Adelle Freeman</td>
</tr>
<tr>
<td>9</td>
<td>Gladys Baum</td>
</tr>
<tr>
<td>10</td>
<td>Avelina Lytton</td>
</tr>
<tr>
<td>11</td>
<td>Ayako Au</td>
</tr>
<tr>
<td>12</td>
<td>Ai Howze</td>
</tr>
<tr>
<td>13</td>
<td>Fermina Reale</td>
</tr>
<tr>
<td>14</td>
<td>Muoi Garg</td>
</tr>
<tr>
<td>15</td>
<td>Armando Mccalla</td>
</tr>
<tr>
<td>16</td>
<td>Tillie Lamy</td>
</tr>
<tr>
<td>17</td>
<td>Felice Renard</td>
</tr>
<tr>
<td>18</td>
<td>Harley Gillikin</td>
</tr>
<tr>
<td>19</td>
<td>Bailey Rielly</td>
</tr>
<tr>
<td>20</td>
<td>Corey Hegna</td>
</tr>
<tr>
<td>21</td>
<td>Latarsha Durrell</td>
</tr>
<tr>
<td>22</td>
<td>Avis Wasko</td>
</tr>
<tr>
<td>23</td>
<td>Lakiesha Michell</td>
</tr>
<tr>
<td>24</td>
<td>Jerrica Ringel</td>
</tr>
<tr>
<td>25</td>
<td>Shalon Kirwin</td>
</tr>
<tr>
<td>26</td>
<td>Waylon Mauk</td>
</tr>
<tr>
<td>27</td>
<td>Annice Desilets</td>
</tr>
<tr>
<td>28</td>
<td>Joline Vancil</td>
</tr>
<tr>
<td>29</td>
<td>Debera Mehaffey</td>
</tr>
<tr>
<td>30</td>
<td>Carmelina Mendenhall</td>
</tr>
<tr>
<td>31</td>
<td>Gita Pittmon</td>
</tr>
<tr>
<td>32</td>
<td>Marvella Nantz</td>
</tr>
<tr>
<td>33</td>
<td>Beaulah Golla</td>
</tr>
<tr>
<td>34</td>
<td>Brian Scates</td>
</tr>
<tr>
<td>35</td>
<td>Laticia Spitler</td>
</tr>
<tr>
<td>36</td>
<td>Elisa Besse</td>
</tr>
<tr>
<td>37</td>
<td>Madeline Scianna</td>
</tr>
<tr>
<td>38</td>
<td>Nichol Overland</td>
</tr>
<tr>
<td>39</td>
<td>Tod Cargle</td>
</tr>
<tr>
<td>40</td>
<td>Jessi Mccutchan</td>
</tr>
<tr>
<td>41</td>
<td>Christina Allen</td>
</tr>
<tr>
<td>42</td>
<td>Todd Delahanty</td>
</tr>
<tr>
<td>43</td>
<td>Roxy Rago</td>
</tr>
<tr>
<td>44</td>
<td>Malia Ro</td>
</tr>
<tr>
<td>45</td>
<td>Zofia Pereda</td>
</tr>
<tr>
<td>46</td>
<td>Marya Radigan</td>
</tr>
<tr>
<td>47</td>
<td>Saturnina Baltes</td>
</tr>
<tr>
<td>48</td>
<td>Norris Tollett</td>
</tr>
<tr>
<td>49</td>
<td>Beata Devault</td>
</tr>
<tr>
<td>50</td>
<td>Sheron Yelverton</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. |