Hi,
Can anyone help me?
I would like to clone a draggable element. This is possible in jQuery using a helper. But how to do this in jsPlumb? I'm able to to create a draggable jsPlumb element.
I would like to display on top of a webpage some icons and allow them to be dragged to a canvas. After they have been moved to the canvas, I would like to be able to connect them using jsPlumb.
After the icons have been placed on the canvas, I would like to be able to drag them again, but no longer cloning the icon when dragging it.
Here is an example:
http://jsfiddle.net/TM1977/QajVF/6/How do clone an object?
Thanx
TM