arielsalminen / TinyNav.js

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

Add the textSelector option for specifying what text is used from the… #81

Closed tipstrade closed 7 years ago

tipstrade commented 7 years ago

textSelector can be used to select the text used in the link. For example, when using material icons

$("#nav").tinyNav({ textSelector: "span" });

`

`