diff -r ecdfc63274bf -r 436d4791d7ac client/player/css/jq-css/demos/sortable/items.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/player/css/jq-css/demos/sortable/items.html Wed Jun 09 16:48:35 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. +

+ +
+ + +