diff -r 1f2c13ece5e9 -r 81d408373dde web/static/css/jq-css/demos/sortable/items.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/static/css/jq-css/demos/sortable/items.html Sat Jun 12 00:33:37 2010 +0200 @@ -0,0 +1,71 @@ + + + + + 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. +

+ +
+ + +