首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

jquery.popup 弹出框 IE6 上重复刷新有关问题

2012-10-29 
jquery.popup 弹出框 IE6 下重复刷新问题今天在项目中,遇到了这么一个问题,用jquery.popup 做的?弹出框,在

jquery.popup 弹出框 IE6 下重复刷新问题

今天在项目中,遇到了这么一个问题,用jquery.popup 做的?弹出框,在IE6下,页面一直刷新,一直在加载,后来把

jquery.popup.js文件里 下面的这段代码注释掉,问题就解决了。

??????? //if ($.browser.msie && $.browser.version < 7) {
????? //? this.ieframe = $('<iframe frameborder="0" src="#"></iframe>')
?????? //?? .css({ position: "absolute", display: "none", zIndex: 99 })
?????? //?? .insertBefore(this.popupPanel);
?????? // this.rootLayers = this.rootLayers.add(this.ieframe);
????? //};

热点排行