码迷,mamicode.com
首页 > 其他好文 > 详细

滚动条定位

时间:2018-09-15 18:13:56      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:outer   classname   top   scroll   this   elements   tom   osi   out   

    backTop() {
    //回到顶部 let thisTOP
= document.getElementsByClassName("router"); thisTOP[0].scrollTop = 0; }, replyToBottom(){
    //回到底部 let thisTOP
= document.getElementsByClassName("router"); var bottomPosition = thisTOP[0].scrollHeight; thisTOP[0].scrollTop = bottomPosition; },

 

滚动条定位

标签:outer   classname   top   scroll   this   elements   tom   osi   out   

原文地址:https://www.cnblogs.com/cx709452428/p/9651574.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!