iuap-design / blog

📖 用友网络大前端技术团队博客
Apache License 2.0
941 stars 120 forks source link

Js中ScrollTop、ScrollHeight、ClientHeight、OffsetHeight等整理 #38

Open whizbz11 opened 8 years ago

whizbz11 commented 8 years ago

一直对ScrollTop、ScrollHeight、ClientHeight、OffsetHeight这些内容傻傻分不清楚,今天整体下。

scrollHeight

scrollHeight含有scroll当然这个高度与滚动相关。

     如果元素滚动到底,下面等式返回true,没有则返回false.
     element.scrollHeight - element.scrollTop === element.clientHeight

scrollTop

Ghohankawk commented 6 years ago

清楚明了,写的不错

riskers commented 6 years ago

clientHeight markdown 层级错了

yuqi17 commented 2 years ago

good

ycyin commented 2 years ago

nice!

unixc3t commented 6 months ago

thanks