mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/sortable/connect-lists-through-tabs: fixed demo description
This commit is contained in:
parent
f6936e217e
commit
ba8c8e646c
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user