I'm using a list of draggable objects and I would like to be able to drag the same object over and over without it disappearing from the list.
Do you have any advice for me?
thanks
Hi,
Thank you for your question, I'm going to check how that can be done with the underlying jQuery UI Draggable and Droppable library. I will keep you informed when I have a solution.
By the way, the "Clone" attribute of the Draggable widget is only to set the "helper" option of the element, as described in the jQuery UI Draggable API.
CA