gpt4 book ai didi

javascript - 对象不支持 jquery 中的 addEventListener IE8

转载 作者:行者123 更新时间:2023-12-03 21:35:54 25 4
gpt4 key购买 nike

我使用的是 Jquery 2.0.2,在 IE8 中出现错误:

Object doesn't support property or method 'addEventListener' jquery.min.js, line 4 character 6105

不知何故,除了 ie8 之外,我的所有代码都可以在 chrome 和 firefox 上正常运行。

出现这些错误还会导致:

The value of the property '$' is null or undefined, not a Function object

我将查询包含在我使用的其他 js 文件之上:

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>

我知道 Jquery2+ 不支持 IE8,但我不想使用较低版本的 Jquery。

最佳答案

jQuery 2.x 已放弃对 IE < 9 的支持,因此如果您想支持 IE7 和 8,请使用最新版本的 1.x 分支 - 现在 1.11.0

来自jQuery

jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8. All the notes in the jQuery 1.9 Upgrade Guide apply here as well. Since IE 6/7/8 are still relatively common, we recommend using the 1.x version unless you are certain no IE 6/7/8 users are visiting the site.

关于javascript - 对象不支持 jquery 中的 addEventListener IE8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18327225/

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