Skip to content

Instantly share code, notes, and snippets.

@jbuncle
jbuncle / bootstrap-nav-scroll-hider.js
Last active November 25, 2020 16:07
jQuery script to hide bootstrap fixed navbar on scroll down and reveal on scroll up
/*!
* jQuery script to hide bootstrap fixed navbar on scroll down and reveal on scroll up.
*
* Copyright 2016 James Buncle
*
* Released under the MIT license.
* http://jquery.org/license
*
*/
(function ($) {