简体   繁体   English

jQuery列表导航-双重列表

[英]Jquery list nav - Double list

I am getting an error when I try to implement this plugin ? 尝试实现此插件时出现错误? Instead of a single list of tags, 2 of them are appearing. 而不是一个标签列表,而是显示其中两个。 Where could the problem be? 问题可能在哪里?

My page example 我的页面示例

one item to check is if div id="demoFour-nav" is in your html twice. 要检查的一项是div id =“ demoFour-nav”是否在您的html中两次。
Can you check that your html looks like this: 您能检查一下您的html是否如下所示:

<body>
    <div id="demo4">
    <h2>Test artisti</h2>
    <p>
        test
    </p>
    <div id="listWrapper">

        <div id="demoFour-nav" class="listNav">
        </div>

        <ul id="demoFour" class="demo">
            <li class="ln-a"><a href="#">Agizzy</a></li>
            <li class="ln-a"><a href="#">Aiboo</a></li>

... etc. ...等

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM