我刚刚升级到jQueryTools 1.2.7和jQuery 1.7.2。我需要一些可滚动插件的额外功能。现在,垂直滚动的鼠标滚动不起作用,除非我使其表现为圆形。
此代码,与1.2.5
完美配合$("#productscroll").scrollable({mousewheel:true, vertical: true});
它不会滚动。如果我按“下一步”,它会做出一次反应并滚动到顶部。 奇特。
此设置有效,但随后我的列表永不停止,这令人困惑。
$("#productscroll").scrollable({circular:true, mousewheel:true, vertical: true});
有没有人经历过这个并知道快速修复?
答案 0 :(得分:1)
原因是一个错误。可能的修复程序发布在GitHub上。 这是我的帖子,修复程序在问题766中。 https://github.com/jquerytools/jquerytools/issues/790