Drag items between sortables

Drag items between sortables


Hi, I have two sortables which both accept the same kind of items. I
want to be able to drag items from one sortable to another. I'm a
fiarly experienced JS coder and it sounds like it shouldn't be that
hard, but I find the ui library code fairly cryptic and I just can't
figure it out.
I could do this natively with the interface library, (which is no
longer supported with the current jQuery), or Prototype +
script.aculo.us (which conflicts with jQuery in Drupal).
Is this possible with the ui library? Do I need to hack together my
own Sortable using Draggables and Droppables?