Jquery 平滑跳转到网页锚点
jq平滑跳转代码如下:
$('html,body').animate({scrollTop: $("#anchorId").offset().top}, 500);
Dcr163的博客
http://dcr163.cn/85.html(转载时请注明本文出处及文章链接)
jq平滑跳转代码如下:
$('html,body').animate({scrollTop: $("#anchorId").offset().top}, 500);
Dcr163的博客
http://dcr163.cn/85.html(转载时请注明本文出处及文章链接)