Stop propagation of a draggable when dropped
Hi,
I'm developing a "mobile touch phone"-like slideshow, with draggable and droppable.
My question is, when a draggable element is dropped, how can we disable this element to be draggable, and reactive it when the action is finished ?
(To prevent a user to keep the mouse down click on the element, and move the draggable even the droppable "over" event is triggered)
Thanks !