Javascript treeview product category menu - How to begin?

Hi Guys,

Wow. I haven’t been here for quite some time. What a shame… :frowning: But the forum got even better since then!

I need a bit help. I would like to create a tree product category menu like this one (right-side-middle): [noparse]http://huaming.en.alibaba.com[/noparse]

I saw some jquery plugins out there which create a similar effect. The thing that were missing from them was the capability when I click on a list element which has children. The only thing it did was to drop down and show the children, but apart from that I want it to also navigate the visitor to the appropriate product category.
Do You know some jquery plugins that can do this? Any suggestions on how to go about it?

Thanks in advance, and have a great day!

Best Wishes,
Matt

Heres what I tried so far:
http://www.mathachew.com/sandbox/collapsible-menu/ - The problem is when I click on a section it only opens its subcategories. I need it to bring the visitor to the appropriate product category, and narrow down the results when he clicks on a subcategory.

I’ve also tried this solution: https://codeblitz.wordpress.com/2009/04/15/jquery-animated-collapsible-list/ This would be perfect, but the same problem occurred as with the previous one.