arielsalminen / TinyNav.js

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

Remove span tag after anchor tag? #69

Open kursuswebdesign opened 10 years ago

kursuswebdesign commented 10 years ago

Hi.. First, I want to say thanks for this jquery plugin.

I want to ask, I have menu with <li><a href="index.html">Home</a><span>Get Started</span></li>

when i implement it with tinynav.js, i got <option>Home Get Started</option>.

How can i remove the span tag using tinynav and get the <option>Home</option>.?

Thanks