gpt4 book ai didi

javascript - 为什么事件在 Firefox 中未定义?

转载 作者:行者123 更新时间:2023-11-29 15:14:56 25 4
gpt4 key购买 nike

这是我的javascript代码

 function filter(id, e) {
if (!e) e = window.event;
$(e.target).closest('.item').addClass('hidden');
...
...

}

这是我的 HTML

    <div onclick='filter(1)'>Testing</div>

在 Chrome 中,此功能有效,但在 Firefox 中。

TypeError: e is undefined

最佳答案

Window.event

This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

它根本不是 Firefox 实现的东西。这不是您的代码逻辑的问题。

关于javascript - 为什么事件在 Firefox 中未定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50146613/

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