aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable
diff options
context:
space:
mode:
authorBohdan Ganicky <bohdan.ganicky@gmail.com>2009-02-05 19:48:10 +0000
committerBohdan Ganicky <bohdan.ganicky@gmail.com>2009-02-05 19:48:10 +0000
commitba8c8e646c8b79e0b5bfc7ad212285bc4d3d15a4 (patch)
tree37236487060c4a46d8ac06fbe5aa4831e564737b /demos/sortable
parentf6936e217e1a7ceccdbfa20f8671d4fc20b99d80 (diff)
downloadjquery-ui-ba8c8e646c8b79e0b5bfc7ad212285bc4d3d15a4.tar.gz
jquery-ui-ba8c8e646c8b79e0b5bfc7ad212285bc4d3d15a4.zip
demos/sortable/connect-lists-through-tabs: fixed demo description
Diffstat (limited to 'demos/sortable')
-rw-r--r--demos/sortable/connect-lists-through-tabs.html5
1 files changed, 1 insertions, 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 @@
<div class="demo-description">
<p>
- Sort items from one list into another and vice versa, by passing a selector into
- the <code>connectWith</code> 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., <code>connectWith: '.myclass'</code>).
+ Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.
</p>
</div><!-- End demo-description -->