I've been looking at the Treeview Plugin and have a few questions. (1) When a tree is expanded I would like to style a hovered or clicked li. The problem I'm having is that all li's in the tree get the style. I have tried to us stopPropagation and return false but neither solve the problem.
(2) Similar to problem one, when clicking an item I need to get the li html. The problem here is similar to (1) in the case where the tree node (an li) has branches, and .htm() returns the text for the clicked node and all sub-branches. (3) Once I get problem (2) sorted out, it would also be helpful to get the individual text of the clicked node's parent. I'll need the clicked node and it's parent to load other content.