Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了滚动条锁定的问题,这里是我的问题的演示。
问题是,当您单击“我是新人”并使用“ScrollTop”滚动到元素时,滚动条会锁定几秒钟。这是正常的吗?
我希望有一个简单的解决方案或一个简单的替代方案(希望如此)。
从 jQuery 中删除以下内容
$('html, body').animate({ scrollTop: $("#new_content").offset().top }, 1000);
从 $("#new_link").click( , 和所有项目接缝工作并且滚动条中没有锁定
$("#new_link").click(