VPenkov / okayNav

The world's okayest responsive navigation. This is (sort of) a legacy implementation. Please stay tuned to the 3.0 branch (https://github.com/VPenkov/okayNav/tree/v3.0)
4.02k stars 266 forks source link

Natively allow multi-level menus #4

Open VPenkov opened 8 years ago

skerbis commented 8 years ago

:+1: please

adaniello commented 8 years ago

:+1:

bthemez commented 8 years ago

:+1: yes please

Tony-RS commented 8 years ago

Big, yes please!

pixelchef commented 8 years ago

What's the roadmap timeline for okaynav

cmichael-de commented 8 years ago

Yes - Please, please, please ...

For now I did the following "hack" that is a quick and dirty way to allow multilevel for the okayNav:

1.) open jquery.okayNav.js replace 'li with 'li.level1 2.) add class="level1" only to the li-tags of the first level of your menu 3.) Do not forget to write a short note here if it is working also for you ;-)

thewinger commented 8 years ago

@cmichael-de do you have a working example?