开发者

iframe load event not working in ie6

开发者 https://www.devze.com 2023-01-17 19:17 出处:网络
iframe load event in jQuery is not 开发者_运维知识库working in IE6 var iframe = this.iframe; iframe.load(function(){

iframe load event in jQuery is not 开发者_运维知识库working in IE6

var iframe = this.iframe;
iframe.load(function(){


});   


Just noticed the this.iframe - i think you want:

var iframe = $('#iframe-ID-or-Class');
iframe.load(function() {
   //executable code
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号