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/connect-lists.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'demos/sortable/connect-lists.html') diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index b08678d61..1741a8bd4 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -1,23 +1,23 @@ - + jQuery UI Sortable - Connect lists - - - - - - - - - @@ -43,15 +43,15 @@ -
+ +

Sort items from one list into another and vice versa, by passing a selector into the connectWith option. The simplest way to do this is to group all related lists with a CSS class, and then pass that class into the sortable function (i.e., connectWith: '.myclass').

-
-- cgit v1.2.3