获取当前js运行环境iframe

2017-12-25  本文已影响12人  歇歇
function getIframe() {
    var tmp = null
    $('iframe', window.parent.document).each(function () {
        if (window.document === this.contentWindow.document) {
            tmp = this
        }
    })
    return tmp
}
上一篇 下一篇

猜你喜欢

热点阅读