iframe 子ページの親ページ要素
を取得します。コードは次のとおりです。
$.('#objld',parent.document);
親ページの iframe サブページの要素を取得します
コードは次のとおりです:
$ ("#objid", document.iframes('iframe').document)
または
$(document.getElementById('iframeId').contentWindow.document.body).html() $(document.getElementById('iframeId')。 contentWindow.document.body).html()
iframe で表示 body 要素の内容
$("#testId", document .frames("iframename").document).html()