Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近安装了 Daisho 主题。它带有不同的滚动技术。比如触控板。每当我尝试向下滚动页面时,触控板滚动滚动幻灯片如此快速和凌乱。有没有办法禁用这种滚动?
我的网站:http ://www.waavinetwork.com
在您的代码中找到这些行并删除它们
$("#konzept_slideshow").mousewheel(function(event, delta) { var dir = delta > 0 ? slideshow_prev_slide() : slideshow_next_slide(); event.preventDefault(); })