jScrollPane 鼠标中键单击不起作用
在大多数网站上,您可以按下滚轮并拖动鼠标来滚动。我一直使用这个,我相信其他人也这样做。
但是,当我使用 jScrollPane 替换滚动条时,它根本不起作用。有没有可用的解决方法?
编辑:视频来澄清我的意思,在第一页上它有效,但在第二页上无效。 http://screencast-o-matic.com/watch/cX60XpOwT
On most websites, you can press your scroll wheel and drag the mouse around in order to scroll. I use this all the time, and I'm sure others do too.
However when I use jScrollPane to replace the scroll bar, it simply doesn't work. Is there any workaround available?
Edit: Video to clarify what I mean, on the first page it works, but not on the second one.
http://screencast-o-matic.com/watch/cX60XpOwT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有 1) 创建处理中键单击和滚动的自定义方法,或者 2) 以某种方式将原始滚动条隐藏在其他东西下或屏幕之外,这是不可能的。所以理论上是可以的,但是目前jScrollPane中还没有包含它。
This is not possible without either 1) creating a custom method for handling middle-click and scroll or 2) in someway hiding the orginal scrollbar under something else or out of the screen. So theoretically, it's possible, but it's not included in jScrollPane at this time.