[jQuery] Async TreeView - loading multiple nodes

[jQuery] Async TreeView - loading multiple nodes


Greetings:
Thank you, Jörn, for a wonderful plugin. I'm trying to load several
branches asynchronously immediately when the document loads:
Root
|
- Books
- Journals
- Article Databases
Each one of these three is meant to load a different set of children
(e.g. books.php, journals.php, dbs.php; or alternately, 'load_data.php?
type=books' etc.). Forgive me, I couldn't understand from the docs
how to specify the url to use in these cases - would you please point
me in the right direction?
Many thanks,
yitznewton