I'm trying to modify treeview. I want to eliminate the plus and minus boxes, and use the section labels as hit areas. A tree of two main sections would just be "Section One" and "Section Two". Clicking on either one of these would expand it, and clicking a second time would collapse it.
I can see where the div that acts as the hitarea is created in the script. I'm having trouble transferring the hitarea functionality to the anchor that serves as the section label. I don't have to transfer it to the anchor, just something that would provide the functionality described. Any suggestions?