drag drop - abort/cancel drag drop in the middle
Hi,
Following features I have implemented so far using jquery ui drag drop.
As soon as user starts dragging some objects, a droppable DIV is shown and background of the window is made grayed out (so, only droppable and draged clone is visible clearly). Now, when user press escape key then drag/drop should be aboreted/cancelled out immediately. Ideally, this results into removal of grayed background, removal of droppable objects and removal of dragged clone object.
I can successfully remove first two objects (ie, remove grayed background and droppable objects) but, how can I remove dragged clone object (ie, revert it back to originalposition immediately) ?????
Can anybody please help?
Thanks in advance,
Bhavnik