jQuery UI Sortable - Connect lists
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
Sort items from one list into another and vice versa, by passing a selector into
the connectWith
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., connectWith: '.myclass'
).