parent.html
<body> <iframe id="iframe" src="son.html" frameborder="0"></iframe><script src="./jquery.js"></script><script> $(function(){ $($('#iframe')[0].contentWindow).on('dosomething', function(){ alert('接收到到iframe的事件'); }); });</script></body>
son.html
<body> <h1>son</h1> <button id="button">trigger</button><script src="./jquery.js"></script><script> $(function(){ $('#button').on('click', function(){ $(window).trigger('dosomething'); }); });</script></body>
谢谢!
Dont
刚才搜索时发现的,也不错,兼容性可以
MessengerJS
https://github.com/biqing/Mes...
跨文档通信解决方案
至尊宝的传说
相关分类