firefox 下event事件失效的解决方法

var evt = arguments.callee.caller.arguments[0] || window.event;
evt.preventDefault();
evt.stopPropagation();

 找了半个小时,终于解决了。

原文地址:https://www.cnblogs.com/wqing/p/5918654.html