Skip to content

Instantly share code, notes, and snippets.

@kylesuss
Created September 4, 2013 18:26
Show Gist options
  • Save kylesuss/6440837 to your computer and use it in GitHub Desktop.
Save kylesuss/6440837 to your computer and use it in GitHub Desktop.
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll > 500) {
// do stuff
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment