jquerydragmovable

How to make a div draggable and come back to its original position on drag end


Is it possile using jquery to make a div draggable in such a way that it comes to its original position when the drag end.???


Solution

  • You can use jQuery UI's Draggable.

    See this demo: http://jqueryui.com/demos/draggable/#revert