sortable cancel of draggable
I'm using a draggable and sortable together. I want to perform
duplicate checking and cancel the drop into the sortable but I can't
figure it out and jQuery("#sortable").sortable('cancel') in the
beforeStop/receive/stop events won't work.
Any help would be appreciated.