Skip to content

Instantly share code, notes, and snippets.

@jadealombro
Created June 1, 2018 19:06
Show Gist options
  • Save jadealombro/43c8b87b1b89ca06461c4d7490e3f27d to your computer and use it in GitHub Desktop.
Save jadealombro/43c8b87b1b89ca06461c4d7490e3f27d to your computer and use it in GitHub Desktop.
jQuery(function($){
$(window).scroll(function(){
if( $(this).scrollTop() == 0 ) {
$('.x-navbar').removeClass('x-navbar-fixed-top');
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment