Many thanks for the effort you put into the MenuTree plugin. It's compact and does precisely what I need -- except for one small thing: I need to style part of an anchor element. For example,
<li><a href="#">Tree Menu - <b>toggle OR slideToggle</b> animation</a>
...
</li>
Now the <b> child element will not respond to clicks. Any suggestions?
I created a fork of Bill's plugin at http://github.com/m14t/jQuery-MenuTree-Plugin to hopefully address this issue. Its a pretty small 2 line change, but test and use at your own risk. I sent a Pull Request to Bill so hopefully he will accept and integrate it. I don't plan on making many other changes to this since I was just using this as an excuse to finally try out git / github and say Hi to the group.