$('a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
$('a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
本文标题:页面内锚点链接跳转平滑滚动效果
本文链接:https://www.haomeiwen.com/subject/yttvshtx.html
网友评论