views:

746

answers:

2

Hi All,

I need a javascript for drag and drop multiple items along with the item ID and the ID where item is dropped on. It should support both IE and Mozilla.

Thanks & Regards

Khushi

A: 

this might help, a very good free library : Drag & Drop for Images and Layers

but you should implement your own logic to support dropped item.

Canavar
+1  A: 

You can also do it with JQuery. I'd never used JQuery before, and I needed a drag-and-drop functionality. It didn't take long to figure out how to use it.

You'll need to install JQuery and also JQuery UI and then use the Draggable and Droppable plugins.

Ben