Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
  <style> 
    #text1:hover {background-color:#bbb; cursor: move;}
    #text2:hover {background-color:#bbb; cursor: move;}
    #text3:hover {background-color:#bbb; cursor: move;}
  </style> 
</head>
  <body>
  <div id="droppable" style="width:300px; height:200px; background-color:#ccc;">
    <p>Drag stuff here</p>
  </div>
    
    
  <div id="text1" style="margin-left:100px; width:190px; height:50px; ">
   <form>
   <textarea id='ta1' style="width:180px; height:15px" class='property'>Right click to enter text</textarea>
    </form>
    </div>
    <div id="text2" style="margin-left:100px; width:190px; height:50px;  ">
   <form>
   <textarea id='ta2' style="width:180px; height:15px" class='property'>Right click to enter text</textarea>
    </form>
    </div>
    <div id="text3" style="margin-left:100px; width:190px; height:50px; ">
   <form>
     <textarea id='ta3' style="width:180px; height:15px" class='property'>Right click to enter text</textarea>
    </form>
    </div>
    
 
    
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers