我试图从这里使用插件 FancyZoom(用于在单击缩略图时显示完整图像) 。
我对其进行了一些修改以更好地满足我的需要,但不知何故它在 IE 中不起作用。
它在 IE 上给出的例外是:
SCRIPT5007: Unable to get value of the property 'css': object is null or undefined
jquery.fancyzoom.js, line 91 character 5
为了快速参考,javascript的代码是:
function closeZoomBox(o){
var oImgZoomBox = o.oImgZoomBox;
o.oImgClose.remove();
$('div',oImgZoomBox).remove();
var endClose = function(){
oImgZoomBox.empty().remove();
o.imgSrc.css('opacity',1); // THROWING ERROR HERE
};
}
如果您能调查一下我做错了什么,那将非常有帮助。(或者建议我任何其他可以满足我需求的插件)。
问题只出在 IE9 上。它甚至适用于 IE8、IE7。
我要等到 22 小时才能开始赏金,但我保证如果有人能帮助我,我将奖励 100 分的赏金。