📌  相关文章
📜  未捕获的类型错误 e.indexof 不是 jquery 加载的函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:47.393000             🧑  作者: Mango

代码示例1
This error might be caused by the jQuery event-aliases like .load(), .unload() or .error() that all are deprecated since jQuery 1.8. Lookup for these aliases in your code and replace them with the .on() method instead. For example, replace the following deprecated excerpt: