Skip to content

Instantly share code, notes, and snippets.

@mihailsitnic
Created December 31, 2016 15:15
Show Gist options
  • Save mihailsitnic/1f49cb1ff3e14b8d24312ed0db801b53 to your computer and use it in GitHub Desktop.
Save mihailsitnic/1f49cb1ff3e14b8d24312ed0db801b53 to your computer and use it in GitHub Desktop.
$(window).on('scroll', function() {
$('.header').toggleClass('active', $(document).scrollTop() >= 100);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment