[jQuery] clone of an element to be dropped draggable
hi
i want to a clone of an element to be dropped and dragged. i am using
the standard jquery 1.3 and jquery ui 1.7.
i tried the helper clone option. it creates a clone when dragged, but
when it is dropped it just reverts back to the original position.
but i want a clone also to be dropped.
for example: http://jqueryui.com/demos/draggable/revert.html
i tried this demo with revert set to false. but still a clone is not dropped.
thanks a lot!