Skip to content

Instantly share code, notes, and snippets.

@kylesuss
Created January 16, 2014 05:44
Show Gist options
  • Select an option

  • Save kylesuss/8450367 to your computer and use it in GitHub Desktop.

Select an option

Save kylesuss/8450367 to your computer and use it in GitHub Desktop.
Cross browser
var scrollLevel = (window.pageYOffset !== undefined) ? window.pageYOffset : (document.documentElement || document.body.parentNode || document.body).scrollTop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment