Drag Clone and drop multiple times
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.
ahhhhh... when you say "clone" you mean copy some elements? Like when you press Ctrl when you drop some files on Windows (for copy)?
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
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.
Do you use jquery-selection also? Or you drag only one item by one item?