Inspire Tree

Demo: Drag and Drop

InspireTreeDOM uses the native HTML5 drag and drop API for sorting, hierarchy changes, dragging to other trees, and even to other non-tree targets.

new InspireTreeDOM(tree, {
    target: '.tree',
    dragAndDrop: true
});