标签: jquery iframe
document.getElementById(id).contentWindow.document.addEventListener("click", function() { alert("in contentWindow event")}, false); });
其中 id 是我的iframe的ID。警报来自Firefox,但不是Chrome。 任何人都可以建议为什么这不起作用或任何替代方案?