单击导航菜单时,我遇到滚动窗口问题。 scrollldown在主页上完美运行。转到任何页面后,当我点击任何菜单链接进入主页,而不是特定位置时,滚动窗口不适用于菜单。我尝试了animate()
函数:
if(window.location.hash.length>0){
jQuery('html,body').animate({scrollTop: jQuery('#latest-offers').offset().top}, 800);
}
为什么会发生这种情况?