Jquery报错:Uncaught TypeError: ((m.event.special[e.origType] || (intermediate value)).handle || e.handler).apply is not a function

  页面中出现了Jquery报错:Uncaught TypeError: ((m.event.special[e.origType] || (intermediate value)).handle || e.handler).apply is not a function,但是不影响页面js运行,度娘上上边有的童鞋是由于复制粘贴导致语法错误,但是我的并不是,最后检查结果是,绑定了有的事件,但是还没有写那些函数的,也就是绑定的函数找不到导致的问题。

----------2016-4-29 14:29:59--

   参考资料:【1】Uncaught TypeError: ((m.event.special[e.origType] || (intermediate value)).handle || e.handler).apply is not a function

原文地址:https://www.cnblogs.com/mxh1099/p/5446241.html