Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
  
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id="draggables">
    <div id="one" class="dragMe" style="background-color: #2DEF77;"></div>
     <div id="two" class="dragMe" style="background-color: #2A9DE0;"></div>
     <div id="three" class="dragMe" style="background-color: #A02AE0;"></div>
     <div id="four" class="dragMe" style="background-color: #E02A58;"></div>
    <div class="clear"></div>
  </div>
  
  
  <div id="zone">
    <div class="sortMe" style="width: 150px"></div>
    <div class="sortMe" style="width: 250px"></div>
    <div class="sortMe" style="width: 350px"></div>
    <div class="clear"></div>
  </div>
  
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers