我正在使用jScrollPane来滚动div。目前,默认设置是单击向上和向下箭头以滚动窗格。但是,我想改用mouseover。我已经查看了代码,但是如何做到这一点并不完全明显。
以前有人这样做过吗?想法?
http://www.kelvinluck.com/assets/jquery/jScrollPane/scripts/jScrollPane.js
答案 0 :(得分:0)
来自:http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
用法
只需包含以下文件即可 你的页面负责人:
* jQuery (I'm using 1.2.6 here) * the mouse wheel plugin (if you want mouse wheel support) * the jQEm plugin (if you want your scroll panes to automagically resize when the user changes text size) * jScrollPane.js * jScrollPane.css
查看页面上的示例,看看它是如何完成的。
编辑:抱歉,我误读了你的帖子,你改为使用鼠标悬停事件。
你能做的是:
为上下按钮绑定mouseover
事件处理程序,并让它们调用$(this).click();