Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Created June 12, 2012 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-ramon/2915375 to your computer and use it in GitHub Desktop.
Save chris-ramon/2915375 to your computer and use it in GitHub Desktop.
detect scrollbar changed
$(window).on('scroll', function(){ if( $(window).height() < $(window).scrollTop() ){ console.log($(window).scrollTop() ) } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment