简体   繁体   中英

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.
Can you check that your html looks like this:

<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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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