Skip to content

Instantly share code, notes, and snippets.

@monsterooo
Created January 2, 2019 09:14
Show Gist options
  • Save monsterooo/9752eb2b607e8033f3fb1461264b7696 to your computer and use it in GitHub Desktop.
Save monsterooo/9752eb2b607e8033f3fb1461264b7696 to your computer and use it in GitHub Desktop.
获取浏览器滚动元素
function getBodyScrollTop () { const el = document.scrollingElement || document.documentElement return el.scrollTop }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment