Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>λ</title>
  <link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css" rel="stylesheet" type="text/css">
  <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
  <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.js"></script>
  <style>
    
   .ui-draggable-dragging {
      width: inherit;
    }
        .draggable {
      width: 50px;
    }
    .droppable {
      width: 300px;
      height: 100px;
      margin: 0 auto;
    }
  </style>
</head>
<body>
  <div class="droppable ui-state-default">drop</div>
  <div class="draggable ui-state-default">drag</div>
</body>  
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers