jQuery UI regenerate (zombie) draggable elements
Posted
by Rio
on Stack Overflow
See other posts from Stack Overflow
or by Rio
Published on 2009-07-10T15:24:46Z
Indexed on
2010/05/16
22:40 UTC
Read the original article
Hit count: 196
Dear all, I'd like to know how to create draggable elements using jQuery UI that once they are dragged and dropped into another container, regenerate the same item. For example, I can drop a button from container A to container B, and once I do that, the same button (a clone) re-emerges in container A.
Thanks in advance.
© Stack Overflow or respective owner