gpt4 book ai didi

javascript - jQuery 禁用滚动在 Firefox 中不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:22:18 24 4
gpt4 key购买 nike

我在其他项目中使用了这段代码,它运行良好。我不知道我的代码有什么问题。它在 Chrome 中运行良好,但在 Firefox 中运行不正常。

这是我的代码:

$('body').on({
'mousewheel': function(e) {
e.preventDefault();
e.stopPropagation();
}
});
body {
height: 5000px;
}
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>

示例 jsFiddle .

我项目中的jQuery版本是1.11.3。

最佳答案

有些浏览器没有默认的“滚动溢出”。 Instand 它在 html 或文档上。例如,尝试 $('html')$(document)。这可能有帮助

关于javascript - jQuery 禁用滚动在 Firefox 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35057720/

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