【发布时间】:2018-12-04 00:53:23
【问题描述】:
WordPress 站点上的所有 JavaScript 事件侦听器都指向“jquery.min.js”文件中相同的代码 sn-p:
function(a) {
return "undefined" == typeof n || a && n.event.triggered === a.type ? void 0 : n.event.dispatch.apply(k.elem, arguments)
}
我还有其他带有事件侦听器的 JavaScript 文件。但是,Chrome 和 Firefox 不再显示它们了?这可能是什么原因造成的?
【问题讨论】:
标签: javascript jquery ajax wordpress