iframe 高度自适应

SetParentIframHeight(parseInt($("#hot", parent.document)[0].style.height.match(/\d*/)) + 130 * data.length + 'px');

SetParentIframHeight("1000px");

function SetParentIframHeight(height) {
/*iframe子页面的方法*/
    try
    {
        $("#hot", parent.document).height(height);
    }
    catch (e) {

    }
}

/*hot为iframe id*/

 

posted on 2017-02-16 17:15  胖子略显瘦  阅读(90)  评论(0编辑  收藏  举报