[jQuery] Interface Droppables/Sortables
Hi,
I have two unordered lists, one that needs to be both sortable and
droppable at the same time, and the other one is just a droppable.
Currently I can get it to work by making both UL sortables, so the LIs
can be moved between both lists fine.
Here's the problem though: I need to use the onDrop callback
functionality from the droppable, but I can't get droppables and
sortables to together properly. The sortables only have onStop, onOut
but neither of those callbacks will be adequate.
Would there be an alternative method of achieving this?
Thanks.