SCRIPT438: 对象不支持“addEventListener”属性或方法
jquery-3.2.1.min.js, 行3 字符147
SCRIPT5009: “jQuery”未定义
jquery.json-2.2.js, 行17 字符1
SCRIPT5007: 缺少对象
jquery-form.js, 行69 字符1
SCRIPT5007: 属性“$”的值为 null、未定义或不是 Function 对象
这是怎么回事?IE9(包括IE9)以上没问题,但是IE9以下会报错
jquery2+不再支持IE8-一下的浏览器,IE8-更换低版本的jquery
jquery 3.0版本开始只支持ie9+
As of jQuery 3.0, the following browsers are supported:
Internet Explorer: 9+
Chrome, Edge, Firefox, Safari: Current and Current - 1
Opera: Current
Safari Mobile iOS: 7+
Android 4.0+
https://jquery.com/upgrade-guide/3.0/
换个版本吧,1.8.3这个版本是相对比较稳定的版本。