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

3.1k Views Asked by At

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.???

1

There are 1 best solutions below

1
On BEST ANSWER

You can use jQuery UI's Draggable.

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