demos/sortable/connect-lists-through-tabs: fixed demo description

This commit is contained in:
Bohdan Ganicky 2009-02-05 19:48:10 +00:00
parent f6936e217e
commit ba8c8e646c

View File

@ -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 -->