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

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

 更新時間:2014年04月24日 17:44:24   作者:  
這篇文章主要介紹了使用js動態(tài)移動滾動條至底部,需要的朋友可以參考下
復(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)文章

最新評論

宝应县| 信阳市| 镇雄县| 安岳县| 临清市| 徐州市| 吴旗县| 芷江| 天台县| 旬阳县| 青阳县| 德昌县| 游戏| 固原市| 仁寿县| 上林县| 肇州县| 溧水县| 凤台县| 徐汇区| 永靖县| 扶绥县| 贵阳市| 沙河市| 竹溪县| 伊宁县| 西乌珠穆沁旗| 司法| 孝义市| 建昌县| 淅川县| 平江县| 马尔康县| 玉屏| 白沙| 太仆寺旗| 内乡县| 富裕县| 林甸县| 依兰县| 大名县|