IE9 Fancy box popup出错

时间:2013-10-08 12:16:40

标签: javascript jquery internet-explorer-9

使用jquery fancybox,它在firefox,chrome& ie7&即8但当我尝试在9中加载fancybox iframe弹出内容时,它会引发错误。

SCRIPT5009: "parseInt" is undefined

SCRIPT5009: "Array" is undefined

SCRIPT5009: "isNaN" is undefined

传递的参数是

'width': 500,
'height': 500,      
'type' : 'iframe',      
'content' :'print',
'scrolling':  'yes',
'href': href,
'autoScale': false,
'autoDimensions': false,
'centerOnScroll':  true,
'padding' : 0

我检查了一些论坛并且知道这可能是因为iframe内容加载速度较慢(参考:http://t2753.codeinpro.us/q/51502705e8432c04262ba22a

任何人都可以帮助我

由于 雷瓦

0 个答案:

没有答案