arielsalminen / TinyNav.js

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

Disabled undefined options #46

Open charlimmelman opened 11 years ago

charlimmelman commented 11 years ago

Set options to be disabled with blank hrefs if attr('href') value is undefined. This seems to be a particular issue when using TinyNav with Wordpress where top level items do not have an href.

gmclelland commented 10 years ago

Thanks Charl Immelman. That worked perfect for me. In case anybody else is wondering, for this to work you have to have list items with a link inside like

<a>This is my disabled option</>

Notice there is no href