aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/index.html
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 14:38:15 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 14:38:15 +0000
commit858d5daad90e6fc0f0c72dbf9b73e1e353179a82 (patch)
treec77f7e37458d50d613e0fc335d2f00e632ad1b46 /demos/sortable/index.html
parent5dd4dc208bb45bc55cbdabd3e5d6eaf376334b23 (diff)
downloadjquery-ui-858d5daad90e6fc0f0c72dbf9b73e1e353179a82.tar.gz
jquery-ui-858d5daad90e6fc0f0c72dbf9b73e1e353179a82.zip
demo: sortables: connectWith, dropOnEmpty, excluding items
Diffstat (limited to 'demos/sortable/index.html')
-rw-r--r--demos/sortable/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/sortable/index.html b/demos/sortable/index.html
index 92de67934..f8ff3fb28 100644
--- a/demos/sortable/index.html
+++ b/demos/sortable/index.html
@@ -13,7 +13,9 @@
<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>
-
+ <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>
</ul>
</div>