jquery-dragndrop icon indicating copy to clipboard operation
jquery-dragndrop copied to clipboard

Drag Clone and drop multiple times

Open rambonil opened this issue 11 years ago • 4 comments

In your drag and drop plugin, it drags and drops perfectly, how do I drag a clone and drop for multiple usage. I really need your help.

rambonil avatar Sep 09 '14 18:09 rambonil

ahhhhh... when you say "clone" you mean copy some elements? Like when you press Ctrl when you drop some files on Windows (for copy)?

mr21 avatar Sep 09 '14 19:09 mr21

I want something like this http://jsfiddle.net/ezzxX/2/ OR http://www.jquery2dotnet.com/2013/07/drag-and-drop-jquery-with-clone-remove.html

while I drag an item it should drag a copy leaving behind the original

rambonil avatar Sep 10 '14 06:09 rambonil

Ah ok I understood. But it will take some code to do it.. I can't do that now :/

But maybe with the callback .onDrag() that the plugin give you, you can .clone() yourself your items.

mr21 avatar Sep 10 '14 16:09 mr21

Do you use jquery-selection also? Or you drag only one item by one item?

mr21 avatar Sep 10 '14 16:09 mr21