element.dispatchEvent is not a function的解决
时间:2017-06-30 19:19:28
收藏:0
阅读:2672
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版本。
申明:这个方法我也没测。
原文:http://www.cnblogs.com/dhcn/p/7100306.html
评论(0)