3

我不知道我做错了什么,但我试图在一个简单的画廊上使用 lightbox2。我已经将页面剥离,试图弄清楚为什么灯箱只给我覆盖而不显示图像。这是页面http://hearttoheartnc.com/store.html

非常感谢任何帮助,因为我已经用谷歌搜索了这个问题并且找不到任何解决方案。

4

1 回答 1

3

问题是您在 store.html 文件中使用的是最新版本的 jquery,请尝试以下操作:

<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>

而不是这个:

<script src="http://code.jquery.com/jquery-latest.min.js"></script>
于 2013-03-04T04:04:36.143 回答