arielsalminen / TinyNav.js

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

List item with a span inside #48

Open ruudbwai opened 11 years ago

ruudbwai commented 11 years ago

my menus have a span with a description inside the list item like so

<li><a href="http://bing.com">Category Here <span>the description</span></a> </li>

tinynav returns this as Category Herethedescription

how do I strip out the span before tinynav returns the item, so it give me Category Here

Hope that makes sense.

Thanks.