window load 와 iframe.load 개념 구분

window load 와 iframe.load 개념 구분

더시민 1 989 2022.03.21 14:06

$(document).ready(function(e) {

.....

});

 

여기에서 일부 부분만 변경되면

 

$('#iframeId').load(function(){

........... 여기서 다시 기본 함수 실행다시넣어야하낟.

});

 

Comments

더시민 2022.03.21 14:12
iframe 의 높이 만들어 버릴때
var moreHeight = parent.$('#statsFrame').css("height").replace("px","");
moreHeight = Number(moreHeight)+ 710;
parent.$('#statsFrame').css("height",moreHeight);

Congratulation! You win the 16 Lucky Point!

Category
Facebook Twitter GooglePlus KakaoStory KakaoTalk NaverBand