diff options
Diffstat (limited to 'demos/sortable')
-rw-r--r-- | demos/sortable/connect-lists-through-tabs.html | 5 |
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 --> |