On Aug 7, 9:07 am, sabinfos <[EMAIL PROTECTED]> wrote: > Hi, > I try to know how I can clone a draggable element on a sortable list > without using the revert option. > Thanks in advance for your help.
It is always good to include a small code example of your issue. Presumably you are using the W3C Node interface's cloneNode method. Whether handlers are maintained when you clone a node depends on how you attach the handler and which browser you are using. -- Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
