Skip to content

Instantly share code, notes, and snippets.

@liuwenzhuang
Created February 1, 2018 10:29
Show Gist options
  • Save liuwenzhuang/f774d3944a2df376be91381a0dc1d7ce to your computer and use it in GitHub Desktop.
Save liuwenzhuang/f774d3944a2df376be91381a0dc1d7ce to your computer and use it in GitHub Desktop.
获取文档body滚动高度
const scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment