我只是看到当我加载 PDF 文件时,加载覆盖在 IE 中并没有消失......
$.extend($.colorbox.settings, {
transition: "none",
opacity: 0.6,
iframe: false,
fastIframe: false,
returnFocus: true,
escKey: false, // do not close when ESC is pressed
overlayClose: false, // do not close when overlay is clicked
initialWidth : 872,
initialHeight : 465,
innerWidth : 872,
innerHeight : 465});
$.colorbox({
iframe: true,
data: null,
href : 'myPDFurl',
title : 'Load PDF in IFRAME',
onComplete : function() {
alert('document loaded !');
}
});
“文件已加载!” 消息也没有出现。
提前致谢,
德维扬