标签: jquery jquery-tools scrollable jquery-scrollable
我在jquerytools.org
但是如何在滑块上禁用垂直触摸事件?当纵向模式下的滑块几乎占据整个屏幕区域时,这是一个非常严重的问题。
我试过
$("#flowpanes").scrollable({ circular: true, easing: 'swing', vertical: false })
但这不起作用。
有没有人有解决方案?