1. 程式人生 > >frameset巢狀的子頁面js彈出新頁面時,父頁面新增遮罩層效果

frameset巢狀的子頁面js彈出新頁面時,父頁面新增遮罩層效果

frameset巢狀的子頁面:

新增遮罩層: $(‘html’, window.parent.document).append(‘<div class=”mtDiv” style=”position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background-color:gray;z-index:1010;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=20);”><iframe width=”100%” height=”100%” frameborder=”0”></iframe></div>’);

移除遮罩層:$(‘html’, window.parent.document).find(“div.mtDiv”).remove();

如果本頁面新增:(html,window.parent.document)(“body”)

        </div>
            </div>
        </article>