拜托,你有任何提示,使用navgoco工作的人,我的菜单是这样的:
<li>
<a href="#" title="Open new level">+</a>
<a href="link_somewhere">Some link title</a> <!-- link to edit -->
<a href="link_somewhere">Some link title</a> <!-- link to delete -->
<ul>
<!-- some other links with same style as parent has... -->
</ul>
</li>
问题在于li中的更多链接...但我需要让它们来控制类别(“菜单”是多级别的cateogries树。)
如何让它运作?