Skip to content

Instantly share code, notes, and snippets.

@asemler
Created February 1, 2016 06:33
Show Gist options
  • Save asemler/f05b5a365a52f262086f to your computer and use it in GitHub Desktop.
Save asemler/f05b5a365a52f262086f to your computer and use it in GitHub Desktop.
function getSize(method) {
return document.documentElement[method] || document.body[method];
}
getSize("scrollTop");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment