Sortables with Droppables in 1.5b
In 1.5a I got sortables to interact with droppables by adding the
ddmanager to the sortables.js where appropriate and changing the
accept statements in droppables to accept draggable.currentitem as
well (ie if (this.options.accept(draggable.element) ||
this.options.accept(draggable.currentItem)) ).
This does not work in 1.5b and I can't figure out why. Could someone
steer me in the right direction?
Thanks.