码迷,mamicode.com
首页 > Web开发 > 详细

jquery页面滚动到指定id

时间:2014-12-16 18:27:02      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:sp   bs   html   nbsp   htm   br   window   ht   jquery   

//jquery页面滚动到指定id  
$body = (window.opera) ? (document.compatMode == "CSS1Compat" ? $(‘html‘) : $(‘body‘)) : $(‘html,body‘);// 这行是 Opera 的补丁, 少了它 Opera 是直接用跳的而且画面闪烁
$body.animate({ scrollTop: $(‘#指定ID‘).offset().top }, 1000);

jquery页面滚动到指定id

标签:sp   bs   html   nbsp   htm   br   window   ht   jquery   

原文地址:http://www.cnblogs.com/paste/p/4167410.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!