js 在页面中跳转到指定位置

[size=large][color=red][b]1.页面中代码[/b][/color][/size]

产品信息

单件信息

产品图片

产品说明书



[size=large][color=red][b]2.跳转对应的函数[/b][/color][/size]

function scrollTo(id){
jQuery("html, body").animate({
scrollTop: jQuery("#"+id).offset().top }, {duration: 500,easing: "swing"});
}

你可能感兴趣的:(Javascript,CSS)