Funky
Funky

Reputation: 13612

Jquery Cool Drag and Drop snap to position

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

Answers (4)

Ruchira
Ruchira

Reputation: 962

You can also use interactjs with a great support for touch events

Upvotes: 1

silviot
silviot

Reputation: 4768

This tutorial suits your needs.

Upvotes: 6

Lorenzo
Lorenzo

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

greenimpala
greenimpala

Reputation: 3976

Try checking out jQuery UI - more relevantly the Draggable feature.

Upvotes: 3

Related Questions