Drag Drop a Copy
Drag Drop a Copy
Hello,
In this example:
http://jqueryui.com/demos/droppable/#photo-manager
does anyone out there know how to create a copy of the object being
dragged? I want to use this, but keep the pictures intact without
deleting them when they are in the "trash".
I've tried clone() on the drop event, but that is not what I want. I
want to simply pick up a copy of the original object.
Any ideas on this?
Many thanks to you all!