在iframe中关闭/删除iframe标签

Posted 申在房

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在iframe中关闭/删除iframe标签相关的知识,希望对你有一定的参考价值。

在iframe的父页面中定义函数:

function closeIFrame(){
        console.log("关闭子页面");
        $(‘#youriframeid‘).remove();
    }

然后在iframe标签调用

parent.closeIFrame();

  

以上是关于在iframe中关闭/删除iframe标签的主要内容,如果未能解决你的问题,请参考以下文章

FancyBox 从 iframe 中关闭并将父页面带到链接

在WordPress 4.9中删除图像,视频,iframe周围的自动P标签

google Chrome浏览器中关于iframe问题

使用jQuery删除iframe中的body标签

FancyBox iframe 返回 parent.$ 为未定义(使用 WordPress)

应用程序在主要活动中关闭onBackPressed