Dragging sortables / connected
Hi all,
I created 2 sortable lists that are connected to each other, just like
the first example here:
http://ui.jquery.com/repository/latest/demos/functional/#ui.sortable
I need to have the same amount of list items at any time in both
lists. So if I drag an item from one list to the other, the replaced
item should appear on the first list.
How to do that?
Thanks in advance.