jscrollpane - 同步两个div
我有一个用 jscrollpane.js 定制的滚动条。如何让这个滚动条控制另一个div的滚动?第二个 div 有溢出:隐藏。
我知道这应该是可能的;此链接有一些建议,但由于某种原因,它们都不适合我。 jQuery jScrollPane 同步滚动
这可以完成吗?如何/在哪里附加工作代码?
I have a scrollbar customized with jscrollpane.js. How can I make this scrollbar control scrolling of another div? The second div has overflow: hidden.
I know this should be possible; there's a few suggestions at this link, but for some reason none of them works for me..
jQuery jScrollPane Synchronize Scroll
Can this be done, and how / where to attach working code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,想通了:通过使用 jscrollpane 和 head 中的这段代码,使两个 div 都通过一个自定义滚动条滚动:
Ok figured it out: Made both divs scroll with one customized scrollbar by using jscrollpane and this code in head: