<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="klase.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="http://manos.malihu.gr/tuts/custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>
</head>
<body>
<div id="main_wrapper">
<div id="header">
<div style="font-family:Impact; font-size:22px; padding-left:20px; padding-top:10px;color:#fff;">TRIP planner</div>
</div>
<div id="left">
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:3px; margin-top:5px;" src="http://carsedia.com/code/voyage/icons/8.png" width="46" height="42" /></div>
<div class="elementname">Airplane/Arrival/Departure</div>
</div>
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:2px; margin-top:5px;" src="http://carsedia.com/code/voyage/icons/7.png" width="50" height="46" /></div>
<div class="elementname">Hotel activity</div>
</div>
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:15px; margin-top:15px;" src="http://carsedia.com/code/voyage/icons/3.png" width="27" height="23" /></div>
<div class="elementname">Breakfast/Lunch/Dinner</div>
</div>
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:15px; margin-top:15px;"src="http://carsedia.com/code/voyage/icons/4.png" width="27" height="22" /></div>
<div class="elementname">Jaunt</div>
</div>
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:15px; margin-top:15px;"src="http://carsedia.com/code/voyage/icons/5.png" width="22" height="21" /></div>
<div class="elementname">Tea/Coffe/Juice</div>
</div>
<div class="elemenat">
<div class="draggable" lat="34.45" lng="45.78"><img style="margin-left:15px; margin-top:15px;"src="http://carsedia.com/code/voyage/icons/6.png" width="22" height="21" /></div>
<div class="elementname">City tour, etc.</div>
<div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div><div class="elementname">City tour, etc.</div>
</div>
</div>
<div id="table">
<table width="100%" height="598" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFF" id="drop_here">
<tr>
<th width="60" scope="row">1.DAY</th>
<td width="635"></td>
</tr>
<tr>
<th scope="row">2.DAY</th>
<td> </td>
</tr>
<tr>
<th scope="row">3.DAY</th>
<td> </td>
</tr>
<tr>
<th scope="row">4.DAY</th>
<td> </td>
</tr>
<tr>
<th scope="row">5.DAY</th>
<td> </td>
</tr>
<tr>
<th scope="row">6.DAY</th>
<td> </td>
</tr>
<tr>
<th scope="row">7.DAY</th>
<td> </td>
</tr>
</table>
</div>
</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. |