最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

js動(dòng)態(tài)移動(dòng)滾動(dòng)條至底部示例代碼

 更新時(shí)間:2014年04月24日 17:44:24   作者:  
這篇文章主要介紹了使用js動(dòng)態(tài)移動(dòng)滾動(dòng)條至底部,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

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);
}
}

相關(guān)文章

最新評(píng)論

牟定县| 上高县| 资兴市| 潢川县| 噶尔县| 故城县| 郓城县| 阜新市| 班玛县| 普宁市| 上杭县| 湘西| 绥德县| 卢氏县| 苏尼特右旗| 凤山县| 沈丘县| 西昌市| 襄垣县| 乳山市| 蓬溪县| 河东区| 林甸县| 玉门市| 巴楚县| 嘉定区| 夏津县| 澎湖县| 崇明县| 皋兰县| 新河县| 宁夏| 文化| 苏尼特左旗| 炉霍县| 聂拉木县| 邢台市| 航空| 府谷县| 长春市| 晋州市|