Matt schrieb:
Very nice plugin.
Do you plan to add some "callbacks" options (for example, open, close,
toggle, remove),
and/or possibility to add/remove branches/items from an ajax request ?
I'm thinking of using it as a directory browser as you can guess :-)
The options toggle and add should be what you are looking for. Toggle
gets called for each toggled node (after it got toggled). Elements
passed to the add option get classes and events applied. See the
examples in the API documentation:
http://docs.jquery.com/Plugins/Treeview/treeview
-- Jörn