Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html> 
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jquery-ui.css" type="text/css" media="all" /> 
      <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" /> 
      <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script> 
      <script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/jquery.bgiframe-2.1.1.js" type="text/javascript"></script> 
      <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/minified/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script> 
  <style>
    #test-list li,
    #test-list-move li,
    #test-sub li{
      list-style:none;
      margin:1px 0;
    }
    
    .handle{ 
      background:red;
          color:#fff;
      padding:5px;
      margin:5px;
    }
    
    .handle3{ background:cyan;
     color:#fff;
      padding:5px;
      margin:5px;
    }
    
    .handle2 { background:green;
     color:#fff;
      padding:5px;
      margin:5px;
    }
    </style>
</head> 
<body> 
<ul id="test-list">
  <li><span class="handle">text</span></li>
  <li>
    <ul id="test-sub">
       <li><span class="handle2">text</span></li>
      <li><span class="handle2">text</span></li>
     <li><span class="handle2">text</span></li>
     <li><span class="handle2">text</span></li>
     <li><span class="handle2">text</span></li>
      <li><span class="handle2">text</span></li>
   </ul>
  </li>
   <li><span class="handle">text</span></li>
   <li><span class="handle">text</span></li>
   <li><span class="handle">text</span></li>
   <li><span class="handle">text</span></li>
</ul>
  
  <ul id="test-list-move">
   <li><span class="handle3">text</span></li>
   <li><span class="handle3">text</span></li>
   <li><span class="handle3">text</span></li>
   <li><span class="handle3">text</span></li>
  </ul>
  
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers