$("iframe selector").on("load", function(){
// script
});
출처: http://stackoverflow.com/questions/30005/how-do-i-fire-an-event-when-a-iframe-has-finished-loading-in-jquery
'Javascript > jQuery' 카테고리의 다른 글
배열 특정 요소 제거와 배열을 문자열로 출력 (0) | 2016.06.27 |
---|---|
jQuery UI datepicker 옵션들 (0) | 2013.10.02 |
jgGrid 몇 가지 (0) | 2013.09.11 |
이벤트 할당 방식 - .bind(), .live(), .delegate(), .on() (0) | 2013.07.26 |
jqGrid 기본 - XML 버전 (2) | 2013.05.14 |