我需要帮助才能在此函数中使用 scrollHeight:
$('header').find('a').click(function(){
hash = $(this).attr('href');
$('html, body').stop().animate({scrollTop: $($(this).attr('href')).offset().top-74}, 1000, function(){
//document.location.hash = hash;
});
return false;
});
当我放置 attr scrollHeight 时,函数 animate 不起作用。