Home > Ajax, Javascript, MySQL, PHP > Drag And Drop Application

Drag And Drop Application

October 21st, 2009

I want to use JavaScript and DHTML to make a drag and drop application based on this open source code or something similar:

http://www.dhtmlgoodies.com/scripts/drag-drop-custom/demo-drag-drop-2.html

To do:

1) I want to be able to drag items from one box to another to fit on a specific area (e.g. a model of a person)

2) I want to be able to rollover the image to drag and highlight it while the other items are greyed out.

3) I want to be able to scroll for more images to drag

4) I want to be able to add multiple items to the model and have them fit or sync based on the area of the person.

5) I want to be able to zoom in on the model to highlight the item

6) I want to be able to save the configuration of all the dragged items the current model has


Drag And Drop Application

Comments are closed.
Bear