[jQuery] Treeview plugin - dynamically editing folders
I'm working on a folder interface using the jQuery Treeview plugin,
which has been awesome so far - but I need it to do a bit more.
I've got the basics down for being able to add or remove a folder at
any level, but the folders I add don't have the appropriate expand/
collapse controls on them. Not sure what I need to do to make that
happen.
Here's a demo: http://chris-barr.com/files/treeview/
Source: http://chris-barr.com/files/treeview/script.js
Try to add a child folder to a folder without any children already and
you'll see what I mean. Anything else that you see that needs
improving right now?