arielsalminen / TinyNav.js

Responsive navigation plugin that weighs just 443 bytes
http://tinynav.viljamis.com/
635 stars 207 forks source link

Limit a link's parents 'ul, ol' inside tinyNav scope #47

Open 1JS opened 11 years ago

1JS commented 11 years ago

Limit 'a' link's parents 'ul, ol' inside TinyNav scope, such TinyNav will function correctly when inside other 'ul, ol'

Like this:

<ul><!-- TinyNav wrapped in a 'ul' -->
    <ul class="tinyNav">
      <li class="selected"><a href="demo.html">Demo page</a></li>
      <li><a href="http://bing.com">Bing</a> </li>
      <li><a href="http://yahoo.com">Yahoo</a></li>
    </ul>
</ul>