JQUERY IFRAME
다음은 Jquery를 사용하여 iframe의 일부 레코드를 작동하는 것입니다. 이는 순수 JS를 사용하여 수행할 수 있습니다.
먼저 iframe에서 상위 페이지 요소를 찾는 방법:
$('#id', window.parent.document)
두 번째, 상위 페이지의 iframe에서 요소를 가져옵니다.
$(this).contents().find("#suggestBox")
셋째, iframe의 상위 페이지에 정의된 메서드와 변수를 호출합니다.
parent.method
parent.value
jquery를 사용하여 상위 페이지를 가져옵니다. iframe 본문에서
iframe.html