gpt4 book ai didi

jQuery 鼠标滚轮 : How to disable?

转载 作者:行者123 更新时间:2023-12-03 22:03:04 24 4
gpt4 key购买 nike

我使用 jquery.mousewheel.js 作为 jQuery jScrollPane 插件的一部分。

我想在某个时候禁用鼠标滚轮。

有人可以推荐一个可以做到这一点的 jQuery 语句吗?

谢谢!

最佳答案

类似这样的事情:

$("#menu").bind("mousewheel", function() {
return false;
});

关于jQuery 鼠标滚轮 : How to disable?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6702116/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com