]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/sortable/connect-lists-through-tabs: fixed demo description
authorBohdan Ganicky <bohdan.ganicky@gmail.com>
Thu, 5 Feb 2009 19:48:10 +0000 (19:48 +0000)
committerBohdan Ganicky <bohdan.ganicky@gmail.com>
Thu, 5 Feb 2009 19:48:10 +0000 (19:48 +0000)
demos/sortable/connect-lists-through-tabs.html

index 4321703afdf7e42f1818e3c28a5988c1bc66407f..d3a91a33cf3eddda6f96a91a4bfba367c0bede87 100644 (file)
 <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 -->