已经尝试使用$(窗口)或$(文档),他们也没有工作。
$('a[href^="#"').on('click', function () {
var id = $(this).attr("href");
var target = $(id).offset().top;
//Animation
$('body,html').animate({ scrollTop: target }, 500);
return false;
});
答案 0 :(得分:0)