jQuery(document).ready(function($){ $('#shang').click(function(){ $('html,body').animate({scrollTop: '0px'}, 800); }); $('#comt').click(function(){ $('html,body').animate({scrollTop:$('#comments').offset().top}, 800); }); $('#xia').click(function(){ $('html,body').animate({scrollTop:$('#footer').offset().top}, 800); }); });
表示点击相关ID移动到指定位置:
点击ID为shang的元素,回到顶部;
点击ID为comt的元素,回到ID为comments的位置;
点击ID为xia的元素,回到底部;
jquery.scrollTo-min.js 用户返回顶部及动画到目的地,支持目标值、锚点。 版本系列地址: http://www.bootcdn.cn/jquery-scrollT