Sortable
Sortable copied to clipboard
Provide way in javascript to move items between lists
Describe the solution you'd like Right now I can rearrange the items in one list with sort(), but I have a setup where you can drag from one list to the other (using the same group name). I'd like some way to move items from one list to the other.