drag event for Sortable?
drag event for Sortable?
Hi all,
I have a sortable where I want to detect the position of an element as it is being dragged. Since there isn't a drag event for Sortable I'm not sure how to achieve this.
(The reason why I want to detect the position is to send the position of the currently dragged/sorted element off to the server using WebSocket/node.js and have other browsers show that someone else is now dragging this element).
Is there some other event I can listen to?
Cheers,
Aslak