与animete scrollTop和scrollHeight冲突

时间:2012-12-05 05:31:58

标签: jquery-animate attr scrolltop

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

0 个答案:

没有答案