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.
我在我的网站上使用 slimScroll 插件,但是当我点击一个内部链接时,滚动条不会移动。内容移动到正确的位置,只有栏停留在顶部。有什么想法吗?
不久前在调整大小和保持滚动条位置时遇到了类似的问题。我找到的解决方案是计算当前条形位置并手动滚动。
$('/* 滚动对象/').slimScroll({ scrollTo: /你的值 */ });
但是,在您的情况下,您需要弄清楚我猜测您已经拥有的位置,因为您已经移动了内部内容。