팝업레이어 알림
팝업레이어 알림이 없습니다.
메뉴
로그인
로그인 하기
자동 로그인
회원가입
PC버전 바로가기
스포츠방송
스포츠분석
스포츠분석픽
포토존
링크동맹
고객센터
1:1문의
공지사항
나비티비
function setIframeHeight(iframe) { if (iframe) { var iframeWin = iframe.contentWindow || iframe.contentDocument.parentWindow; if (iframeWin.document.body) { iframe.height = iframeWin.document.body.scrollHeight; } } }; $("#score").each(function (index) { var that = $(this); (function () { setInterval(function () { setIframeHeight(that[0]) }, 200) })(that) });