🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Vertical Navigation is a jQuery plugin that creates a sidebar multi-level navigation menu sticky at the left side of your web page.

side-menu Sidebar

Documentation

Vertical navigation with jQuery

JavaScript object for vertical navigation with sub-navigation.

Demo

Additional resources used in the project

Usage instructions

To instantiate the plugin use any selector:

$('#leftNavigation').ssdVerticalNavigation();

There are also a few options you can use:

$('#leftNavigation').ssdVerticalNavigation({     classMaster : 'master',     classActive : 'active',     classClickable : 'clickable' });

Class master is going to be automatically applied to the top level ul tag. Class active will be applied to the most recently clicked li tag. Class clickable should be applied to the first level li tag, that needs to link to some page rather than just being a trigger for the sub-navigation.


You May Also Like