Detect when an iframe is loaded

后端 未结 13 1345
梦如初夏
梦如初夏 2020-12-03 21:11

I\'m using an ') .find('.dl-frame').get(0), iDoc = iFrameElem.contentDocument || iFrameElem.contentWindow.document; $(iDoc).ready(function (event) { console.log('iframe ready!'); // do stuff here });

提交回复
热议问题