You need to reinsert the dragged DIV into the document where it
started from and reinitialize it as a draggable.

$("dragContainer").insert(new Element("div", { id: 'something',
'class':'whatever' }))
new Draggable('something',{revert:true})

On Dec 15, 4:05 pm, PATMAP <[email protected]> wrote:
> Hello to script.aculo.us developer team.
>
> thank you for your best scripts.
>
> I want to drop the draggable onto the droppable and have it stay there
> but not remove from source,
>
> i want only a copy of dragable droped on droppable and i can drag and
> drop this dragable next time and more.
>
> by means i want drag a object to another droppable more than one time
> and source object dont remove.
>
> best regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to