Reputation: 13612
Anyone know how you do that cool thing in JQuery where you can drag and drop divs and it snaps to position and saves location?
Upvotes: 4
Views: 18554
Reputation: 29427
Have a look at DropThings.
This is an open source project available at Codeplex that could be a good source of information for your requirement
Upvotes: 2
Reputation: 3976
Try checking out jQuery UI - more relevantly the Draggable feature.
Upvotes: 3