我需要帮助才能在此函数中使用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不起作用。