A repository of over 1000 quality jQuery plugins

jQuery IntelliMenu

IntelliMenu is a jQuery Hide & Reveal plugin.

Created by JayBizzle

jQuery sticky menu plugin that hides and reveals itself intelligently

Not what you're looking for? Click here to view more Hide & Reveal jQuery plugins

IntelliMenu

jQuery sticky menu plugin that hides and reveals itself intelligently

Usage

$(window).load(function() {
    // initialise our sticky menu
    $('#header').stickymenu(options);
});

Options

hideWhenScrolled: 100,          // how far do we need to scroll before hiding the menu
showWhenFromBottom: 0,          // how far from the bottom of the page should we before before showing the menu
unhideOnScrollUp: true,         // Should we show the menu when the user scrolls up?
scrollUpUnhideSensitivity: 200, // How far does the user need to scroll up before showing the menu. unhideOnScrollUp need to be true
minimumAvailableHeight:400      // Only do the hiding and showing if there is more than X amount of pixels available to scroll. Stops short pages looking weird when menu hides and displays in quick succession


You might also like these other Hide & Reveal jQuery Plugins

  • Collapser

    Collapser is a small and useful jQuery plugin for collapsing/truncating an element text by words, characters and lines with a […]

  • Spoiler Revealer

    Hide spoilers with jQuery buttons

  • Refactoru Hide A Form

    Using jQuery to dynamically hide & reveal a form

License:

The MIT License (MIT)