提问人:ILG 提问时间:11/9/2022 更新时间:11/9/2022 访问量:523
Wordpress 错误 - 未捕获的 TypeError:e.dispatchEvent 不是函数
Wordpress error - Uncaught TypeError: e.dispatchEvent is not a function
问:
我在控制台中收到此错误:
/wp-includes/js/jquery/jquery.min.js?ver=3.6.1
TypeError: e.dispatchEvent is not a function
at Events.dispatch (/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0:2:34576)
at Frontend.init (/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0:2:8700)
at HTMLDocument.<anonymous> (/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0:2:9035)
at e (/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:30038)
at t (/wp-includes/js/jquery/jquery.min.js?ver=3.6.1:2:30340)
我知道有很多问题可以解决这个错误,但没有一个问题能解决我的问题。
关于那些没有解决我问题的类似问题的答案:
- Jquery 被加载了两次 - 在我的情况下不是。
- 在主题中使用 jQuery 与 $ - 在我的情况下不是。
答:
0赞
Kairav Thakar
11/9/2022
#1
你能尝试一下下面的代码吗?
添加 After all Jquery 脚本标签的
<script>jQuery.noConflict();</script>
如果您发现任何问题,请告诉我。
谢谢。
评论
0赞
ILG
11/9/2022
这已经存在于此文件的末尾:/wp-includes/js/jquery/jquery.min.js
评论