国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js動態移動滾動條至底部示例代碼

2019-11-20 20:47:18
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

var currentPosition,timer;
function GoBottom(){
timer=setInterval("runToBottom()",50);
}
function runToBottom(){
currentPosition=document.documentElement.scrollTop || document.body.scrollTop;
currentPosition+=30;
if(currentPosition<document.body.scrollHeight && (document.body.clientHeight + document.body.scrollTop < document.body.scrollHeight))
{
//window.scrollTo(0,currentPosition);
//alert(document.documentElement.clientHeight + " " + document.documentElement.scrollTop + " " + document.documentElement.scrollHeight + "#" +document.body.clientHeight + " " + document.body.scrollTop + " " + document.body.scrollHeight);
document.body.scrollTop = currentPosition;
}
else
{
document.body.scrollTop = document.body.scrollHeight;
clearInterval(timer);
}
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 白沙| 韩城市| 神木县| 瑞昌市| 和田县| 怀来县| 珲春市| 睢宁县| 荔波县| 武鸣县| 郸城县| 博湖县| 平南县| 镇沅| 玉树县| 马尔康县| 泗水县| 麦盖提县| 尚志市| 淮滨县| 安顺市| 江口县| 吉安市| 大邑县| 蚌埠市| 贵州省| 阿拉善盟| 南宁市| 班玛县| 公主岭市| 凯里市| 建水县| 磐石市| 靖江市| 海宁市| 盈江县| 广平县| 体育| 阜阳市| 名山县| 博乐市|