欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Jquery跳到頁面指定位置的方法

 更新時(shí)間:2014年05月12日 16:10:53   作者:  
這篇文章主要介紹了Jquery跳到頁面指定位置的方法,需要的朋友可以參考下
offset() (包含top left)
復(fù)制代碼 代碼如下:

height()
scrollTop
$("body").scrollTop(**);

原理是修改頁面的scrollTop。

jquery動(dòng)態(tài)效果:animate()
復(fù)制代碼 代碼如下:

$("html,body").animate({ scrollTop: **}, 500);
$("html,body").animate({ scrollTop: $().offset().top-$().height() }, 500);

相關(guān)文章

最新評論