jQuery navgoco让我在li中工作,包含更多链接

时间:2015-01-23 14:00:23

标签: jquery html css

拜托,你有任何提示,使用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树。)

如何让它运作?

0 个答案:

没有答案