Quick tiny vanilla js code for good looking (and working) kanban board
https://cdn.rawgit.com/scazzy/kanban-board/cfeefc59/index.html
- Lodash
- Uses HTML5 Drag & Drop api. Might not work in older browsers
- To support older browsers, you can use
mouseup
mousedown
mousemove
events instead