Guide for custom drag and drop treeview control (with jQuery)
- by David Thorisson
I need to do a custom tree with simple drag and drop functions (mainly for reordering tree nodes)
Coding from scratch, are there any guides/examples out there for getting me jumpstarted?
Oh and using jQuery of course!