#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'}, ] });