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()