You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
A function that will return a DOMElement to use while dragging. The function receives the event and the element being sorted.
The sad news is I can't make a dynamic helper: either I use clone and get the whole source DOM or create a whole new element. The problem is unlike the start(), update() etc. methods, the helper() method doesn't give access to the ui.item.sortable object.