vote up 2 vote down star
1

Hello, I'm looking for a script that would allow me to have a grid of draggable divs (used to organize image thumbnails). So when one div is dragged over another, the divs would shift to create an empty spot to drop the div.

I know jQuery has a drag and drop lib, but it doesn't seem to allow for the functionality I need (snapping to a grid and moving of surrounding divs).

Anyone know of a script or framework that has what I need?

Thanks!

flag

1 Answer

vote up 4 vote down

Have a look at the JQuery and more specifically, JQuery UI since it has "draggable", "droppable", "sortable", and a variety of other complex components.

Here is the specific example of a drag and drop grid you're looking for.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.