0

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

Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104

1 Answers1

1

You can use jQuery UI's Draggable.

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

NullUserException
  • 83,810
  • 28
  • 209
  • 234
imez
  • 308
  • 1
  • 4
  • 14
  • Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – NullUserException Dec 17 '11 at 01:27