[jQuery] Expanding tree + styling
Hello, I have created a ul tree with a php script, and I am trying to
make it a vertical expandable using jquery.
Since every li could also be a link (reference to another php file),
clicking on that link is not going to make the list expandable,
therefore the jquery treeview is not working for me.
How can I traverse all the elements of the tree, and attach a grafic
anchor that will do the toggle of the next level children?