2008-12-30 04:16:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Sortable Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2008-12-30 10:12:02 +00:00
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Sortable</h4>
|
|
|
|
<ul>
|
|
|
|
<li class="demo-config-on"><a href="default.html">Default</a></li>
|
2008-12-30 13:58:38 +00:00
|
|
|
<li><a href="floating.html">Floating</a></li>
|
|
|
|
<li><a href="placeholder.html">Placeholder</a></li>
|
|
|
|
<li><a href="delaydistance.html">Delay / Distance</a></li>
|
2008-12-30 14:38:15 +00:00
|
|
|
<li><a href="items.html">Excluding items</a></li>
|
|
|
|
<li><a href="connectwith.html">Connecting two lists</a></li>
|
|
|
|
<li><a href="droponempty.html">Dropping on empty lists</a></li>
|
2008-12-30 16:12:20 +00:00
|
|
|
<li><a href="droppable.html">Connect to droppables</a></li>
|
2008-12-30 10:12:02 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2008-12-30 04:16:51 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|