开发者

iframe load event not working in ie6

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜