检查 iFrame 是否开始渲染或通过 Javascript 加载
我知道我无法检查包含第 3 方网页的 iframe 中的内容。
我想要的很简单,当我创建一个 iframe 时,我想在页面触发加载、开始渲染、domready 或其他我可以知道 URL 正在工作的事件时获得回调(不是死链接)
知道我应该参加哪些活动吗?
I know I cannot check the content in an iframe that contains 3rd party web page.
All I want is simple, when I create an iframe, I want to get a callback when the page triger onload, or starts to render, or domready, or other events which I can know the URL is working (is not a dead link)
Anyidea which events should I hook to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试:
You could try: