时间:2021-07-01 10:21:17 帮助过:10人阅读
var offset = 10; var hash = globalHash; if (hash) { scrollBodyTopTo($("div#c_"+hash).offset().top-offset); } 方法: 代码如下:function scrollBodyTopTo(pos) { $("html,body").animate({scrollTop:pos}); }
function scrollBodyTopTo(pos) { $("html,body").animate({scrollTop:pos}); }
< 上一篇
js实现连续英文字符自动换行兼容ie6 ie7和firefox
下一篇 >
jquery中prop()方法和attr()方法的区别浅析
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册