Sort items from one list into another and vice versa, by passing an array 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 using array notation (i.e., connectWith: ['.myclass']
).