πŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple jquery ui widget supporting drag & drop, inline renaming, keyboard navigation, and other cool stuff.

Drag_Drop Plugins

Documentation

#dasBaum

A simple jquery ui widget supporting drag & drop, inline renaming, keyboard navigation, and other cool stuff.

##Demo To try it out, just click here

##Example To build a simple tree, just run the following code snippet (assuming you have an element #divId)

$('#divId').dasBaum({ 	items: [ 		{ 			label:'Folder', 			items: [{label:'Nested Entry'}] 		}, 		{label:'Entry'}, 		{label:'Entry'}, 		{label:'Entry'}, 	] });

You May Also Like