From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../development-bundle/demos/sortable/items.html | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/sortable/items.html (limited to 'include/jquery_ui/development-bundle/demos/sortable/items.html') diff --git a/include/jquery_ui/development-bundle/demos/sortable/items.html b/include/jquery_ui/development-bundle/demos/sortable/items.html new file mode 100644 index 000000000..07a2ca963 --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/sortable/items.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Sortable - Include / exclude items + + + + + + + + + + + +
+ +

Specify which items are sortable:

+ + + +

Cancel sorting (but keep as drop targets):

+ + + +
+ + + +
+

+ Specify which items are eligible to sort by passing a jQuery selector into + the items option. Items excluded from this option are not + sortable, nor are they valid targets for sortable items. +

+

+ To only prevent sorting on certain items, pass a jQuery selector into the + cancel option. Cancelled items remain valid sort targets for + others. +

+
+ + + -- cgit v1.2.3