Skip to content

Instantly share code, notes, and snippets.

@icodesido
Created May 3, 2017 13:45
Show Gist options
  • Save icodesido/32297b1810c9e3878049e373a2675930 to your computer and use it in GitHub Desktop.
Save icodesido/32297b1810c9e3878049e373a2675930 to your computer and use it in GitHub Desktop.
Scroll spy
$(function(){
$(window).on('scroll', function(){
console.log($(this).scrollTop());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment