aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html')
-rw-r--r--97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html b/97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html
new file mode 100644
index 0000000..66b0b5c
--- /dev/null
+++ b/97suifangqa/staticfiles/plugins/jquery-ui/demos/sortable/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>jQuery UI Sortable Demos</title>
+</head>
+<body>
+
+<ul>
+ <li><a href="default.html">Default functionality</a></li>
+ <li><a href="placeholder.html">Drop placeholder</a></li>
+ <li><a href="connect-lists.html">Connect lists</a></li>
+ <li><a href="connect-lists-through-tabs.html">Connect lists through tabs</a></li>
+ <li><a href="empty-lists.html">Handle empty lists</a></li>
+ <li><a href="items.html">Include / exclude items</a></li>
+ <li><a href="delay-start.html">Delay start</a></li>
+ <li><a href="display-grid.html">Display as grid</a></li>
+ <li><a href="portlets.html">Portlets</a></li>
+</ul>
+
+</body>
+</html>