Is it possible to modify the clone helper that jQueryUI creates with draggable element? I don’t want the exact clone as the helper, I just want something similar to it.
Is it possible to modify the clone helper that jQueryUI creates with draggable element?
Share
For the
helperoption, instead ofclone, use a function that returns a DOM object. Make this object “similar” any way you like. Something like this:References: jQuery UI Draggable