1

この関数で 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 が機能しません。

4

0 に答える 0