Skip to content

Instantly share code, notes, and snippets.

@avevlad
Created April 4, 2015 07:11
Show Gist options
  • Select an option

  • Save avevlad/c28b012acb8bf15698f0 to your computer and use it in GitHub Desktop.

Select an option

Save avevlad/c28b012acb8bf15698f0 to your computer and use it in GitHub Desktop.
var $window = $(window);
$window.on('scroll', function() {
var scrollTop = $window.scrollTop();
console.log(scrollTop);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment