我的问题是,当我想滚动到指定的 li (#vor)时,它总是向我显示这个错误。
无法读取未定义的 jquery 动画的属性“顶部”
$('html,body').animate({
scrollTop: ($("#vor").offset().top-$('#header').outerHeight(true))+'px'},
'slow');
我的问题是,当我想滚动到指定的 li (#vor)时,它总是向我显示这个错误。
无法读取未定义的 jquery 动画的属性“顶部”
$('html,body').animate({
scrollTop: ($("#vor").offset().top-$('#header').outerHeight(true))+'px'},
'slow');