Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>ortable: `put: []` demo</title>
  <!-- AngularJS -->
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
  <!-- Sortable.js -->
  <script src="https://raw.githack.com/SortableJS/Sortable/master/Sortable.js"></script>
  
</head>
<body>
  
  <ul id="foo">
    <li>Pizza</li>
    <li>Chocolate</li>
    <li>Cheese</li>
    <li>milk</li>
  </ul>
basket
  <ul id="basket">
    <li>qux 1</li>
  </ul>
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers