$("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

+ Recent posts