在我的主页上,我在jquery插件prettyPhoto中打开照片。我正在使用javascript API。在IE上,只有在重新加载后第一次单击缩略图时,此功能才有效。在进一步尝试时,我收到以下错误消息:
详情zum Fehler auf der Webseite Benutzer-Agent:Mozilla / 4.0(兼容; MSIE 7.0; Windows NT 6.1; WOW64; Trident / 6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0 ; .NET4.0C) Zeitstempel:星期二,2013年10月15日20:48:26 UTC Meldung:Die Eigenschaft“开放式”eines undefinierten oder Nullverweises kann nicht abgerufen werden。 泽勒:34 Zeichen:5 代码:0 URI:http://www.ulrichbangert.de/js/arrays.js
英文:“消息:未定义或空引用的属性”打开“无法调用”
为了打开一张大照片,我正在使用prettyPhoto的javascript API。调用prettyPhoto是通过函数disp():
在脚本arrays.js中完成的api_images = new Array();
api_titles = new Array();
api_descriptions = new Array();
api_images[0] = "heimat/2013-06-19_Herrenhausen_04.jpg";
api_descriptions[0] = "Barockgarten Hannover Herrenhausen";
api_images[1] = "heimat/2013-08-05_Wolfenbuettel_06.jpg";
api_descriptions[1] = "Reiterstandbild am Stadtmarkt in Wolfenbüttel";
api_images[2] = "heimat/2013-06-19_Herrenhausen_06.jpg";
api_descriptions[2] = "Schloss Herrenhausen im Barockgarten Hannover Herrenhausen";
api_images[3] = "heimat/2013-09-05_Lueneburg_06.jpg";
api_descriptions[3] = "Hanse- und Salzstadt Lüneburg";
// and so on
function disp (idx)
{
$.prettyPhoto.open(api_images, api_titles, api_descriptions, idx);
}
我准备了一个仅包含prettyPhoto的测试页面(带有onclick()的两个图像,没有旋转木马): http://www.ulrichbangert.de/index3.php
在Firefox中,prettyPhoto工作正常。
我的IE版本是10. Windows7。
感谢任何帮助。
我已经在prettyPhoto的支持论坛上提出了这个问题,但没有得到答案。
提前致谢并提出最好的问候
乌尔里希