From bb41a258a84413b1fa2fda1a17a9ed86fd9d83e9 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 13 Oct 2010 15:23:42 -0400 Subject: Sortable demos: Coding standards. --- demos/sortable/items.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'demos/sortable/items.html') diff --git a/demos/sortable/items.html b/demos/sortable/items.html index 3f1cbb6c3..e04138372 100644 --- a/demos/sortable/items.html +++ b/demos/sortable/items.html @@ -1,30 +1,30 @@ - + jQuery UI Sortable - Include / exclude items - - - - - - - - - @@ -51,20 +51,19 @@ -
+ +

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