From ba8c8e646c8b79e0b5bfc7ad212285bc4d3d15a4 Mon Sep 17 00:00:00 2001 From: Bohdan Ganicky Date: Thu, 5 Feb 2009 19:48:10 +0000 Subject: [PATCH] demos/sortable/connect-lists-through-tabs: fixed demo description --- demos/sortable/connect-lists-through-tabs.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html index 4321703af..d3a91a33c 100644 --- a/demos/sortable/connect-lists-through-tabs.html +++ b/demos/sortable/connect-lists-through-tabs.html @@ -64,10 +64,7 @@

- 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'). + Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.

-- 2.39.5