Move elements in multiple containers. The element for dragging could be added dynamicly and also the container could be added dynamically.
Install with npm:
$ npm install movearound
Initialize Movearound with every containers has class className
in node el
.
If the handler
is set to true, elmenet has className handler
would be used for dragging.
Initialize or rebind all the drag and drop events.
Every node as the direct children of every container would become moveable around all the containers.
Unbind all the D&D events.
unbind the events and remove the event listeners.
Inspired by https://github.com/yields/sortable
MIT