element.dispatchEvent is not a function的解决

Posted 朝晖

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了element.dispatchEvent is not a function的解决相关的知识,希望对你有一定的参考价值。

Firebug中的出错提示:

 
element.dispatchEvent is not a function  
 element.dispatchEvent(event);                       prototype.js (第 5734 行)  
出错原因:同时引用了prototype和jQuery,我这儿引用的版本,prototype是1.7,jQuery测试了1.4.3和1.6.1版本。
申明:这个方法我也没测。

以上是关于element.dispatchEvent is not a function的解决的主要内容,如果未能解决你的问题,请参考以下文章

自定义事件的触发dispatchEvent

自定义事件的触发dispatchEvent

Chrome 中的 dispatchEvent,但 IE11 中没有

事件机制

js原生模拟点击事件

如何在TypeScript中手动触发Touch事件