📌  相关文章
📜  未捕获的 TypeError:e.indexOf 不是函数 - Javascript 代码示例

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

代码示例4
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: