iframe 加载完成事件

var iframe=$('#iframe_selector');

iframe.load(function(){

//加载完成

});

原文地址:https://www.cnblogs.com/wms01/p/6908977.html