国产探花免费观看_亚洲丰满少妇自慰呻吟_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);
}
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 额济纳旗| 临沧市| 高要市| 体育| 咸丰县| 玉溪市| 宽甸| 泉州市| 海兴县| 资兴市| 台江县| 麦盖提县| 泰州市| 肇州县| 瑞安市| 克东县| 辽宁省| 河东区| 息烽县| 泰和县| 民乐县| 墨脱县| 奉贤区| 延川县| 瓦房店市| 乌苏市| 启东市| 宿州市| 武宁县| 原阳县| 公安县| 同心县| 金秀| 巴彦淖尔市| 开原市| 印江| 娱乐| 镇江市| 松溪县| 什邡市| 砚山县|