Wordpress 插件页面报错如下图:

Wordpress Uncaught TypeError: b(...).not(...).filter(...).mediaelementplayer is not a function

 

 原因及解决方法:

引入了两次 jquery.js 或 jquery.js 定义的变量导致报错,删除在插件页面自己引入的 jquery,js 即可解决报错。

大部分 js 问题都与 jquery.js 重复引用有关,所以一般可以先从 jquery.js 问题入手解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2021-08-15
  • 2021-04-05
  • 2021-11-25
  • 2022-01-29
  • 2022-03-06
  • 2022-12-23
相关资源
相似解决方案