Using jquery Treeview to make collapsible list of text or links on a "Page" node
mik_cal - February 28, 2008 - 19:31
Ok, Drupal newbie here, not a PHP coder nor CSS guru.
I have long lists of text or links, a long index really, that I would like to have my readers expand and collapse to view the content inside. I have figured out how to install jquery Treeview now and have updated jquery but I don't see any handy menu item that tells me how to use it or to install a treeview object!!
I see on the jquery site some code examples and frankly I don't know what file those are supposed to go in. I have yet to even find where my content is stored in my Drupal installation!!! There is no directory called "node" that I can find... It's a big mystery.

Well, newbie here, too, but
Well, newbie here, too, but the content is not saved in your installation directories but in your SQL database which you connected during install. As for the rest, no idea.