A repository of over 1000 quality jQuery plugins

jQuery jQuery FatNav

jQuery FatNav is a jQuery Navigation plugin.

Created by Glitchbone

Chubby fullscreen menu with nice hamburger toggle

Not what you're looking for? Click here to view more Navigation jQuery plugins

jQuery fatNav

Chubby fullscreen menu with nice hamburger toggle

Demo

Installation

Install via bower:

bower install jquery-fatNav

Or you can add jquery.fatNav.css and jquery.fatNav.js manually to your project

Usage

Create the menu in your HTML:

<div class="fat-nav">
    <div class="fat-nav__wrapper">
        <ul>
            <li><a href="#">Menu item</a></li>
            <li><a href="#">Menu item</a></li>
            <li><a href="#">Menu item</a></li>
            <li><a href="#">Menu item</a></li>
        </ul>
    </div>
</div>

Call the javascript function:

$.fatNav();

Customizing hamburger color

Default state:

.hamburger .hamburger__icon, 
.hamburger .hamburger__icon:before, 
.hamburger .hamburger__icon:after {
    background-color: red;
}

Close button state:

.hamburger.active .hamburger__icon:before, 
.hamburger.active .hamburger__icon:after {
    background-color: green;
}

Build

git clone https://github.com/Glitchbone/jquery-fatNav.git my_project
npm install
grunt

Author

Adrien Glitchbone

License

jQuery fatNav is available under the MIT license. See the LICENSE file for more information.



You might also like these other Navigation jQuery Plugins

  • Navigation

    A jQuery plugin for simple responsive navigation.

  • jQuery Konami

    jQuery plugin to trigger an event after the success of the Konami Code (up up down down left right left […]

  • Headroom.js

    Give your pages some headroom. Hide your header until you need it.

License:

The MIT License (MIT)