jQuery

jQuery & iframe

은둔한량 2013. 2. 18. 16:41
반응형
 

iframe 내부 요소 선택
$('#iframeID').contains().find('#id').html();

$('#iframeID').contains().find(':checkbox:checked').size(); // 체크된 체크박스 개수

iframe에서 부모 요소 선택
$('#id', parent.document)
부모의 다른 iframe에 접근 : $("#id",  parent.frames['frameId'].document)

 

jQuery iframe Sizing
http://sonspring.com/journal/jquery-iframe-sizing

Resizing iFrame with jQuery UI
http://stackoverflow.com/questions/1234144/resizing-iframe-with-jquery-ui

Access IFrame content using Jquery
http://praveenbattula.blogspot.com/2009/09/access-iframe-content-using-jquery.html

jQuery : Auto iFrame Height
http://www.lost-in-code.com/programming/jquery-auto-iframe-height/


크로스도메인 iframe 리사이징
http://blog.naver.com/jidusdl?Redirect=Log&logNo=100078825617

 

반응형

'jQuery' 카테고리의 다른 글

jQuery 금액 콤마 플러그인  (0) 2013.02.18
jquery 숫자만  (0) 2013.02.18
jquery radio checked, select option selected  (0) 2013.02.18
jquery 사이트 - 1  (0) 2013.02.18
jQuery plugin 자동완성기능/AutoComplete  (0) 2013.02.18