在$(document).on()中,我通过$.getScript()加载了一个外部js文件,而加载的文件又有一个从不执行的$(document).on()方法。为什么会发生这种情况?我使用的是jquery 1.12.0。
<file1.js>
var event = new Event('app_Ready');
document.dispatchEvent(event);
$(document).on("app_Ready", function() {
alert("app_Ready ok file1");//this w