Here is my fiddle for the jquery drag, drop and clone function.
Problem:
My problem: when I delete an item, it shows:
position: {top: 0, left: 0}
only for draggable, clone and droppable element.
I also wrote code to find a position using only a function draggable, and this works fine. I need this behavior indraggable, droppable with clone feature
Please visit JSFiddle
fiddle
full screen output
source
share