jQuery Lightbox 插件无法在我的页面上运行

发布于 2024-12-27 01:52:52 字数 669 浏览 0 评论 0原文

我在这个问题上花了几个小时。这是我的代码。

<div id="contentBox">
 <p>Some text here </p>
<div id="photoAlbumOne">
  <ul id="photoAlbum">
    <li id="fig1"><a href="../images/image1.png"><img src="../images/thumb1.png"></a></li>
    <li id="fig2"><a href="../images/image2.png"><img src="../images/thumb2.png"></a></li>
  </ul>  
</div>
</div>

这是脚本。

<script type="text/javascript">
  $(function() {
    $('#photoAlbumOne a').lightBox();
  });
</script>

我已经给出了 jQuery 和插件的链接。怎么了?为什么它不起作用?我很感激你的帮助。

I have spent hours on this problem. Here is my code.

<div id="contentBox">
 <p>Some text here </p>
<div id="photoAlbumOne">
  <ul id="photoAlbum">
    <li id="fig1"><a href="../images/image1.png"><img src="../images/thumb1.png"></a></li>
    <li id="fig2"><a href="../images/image2.png"><img src="../images/thumb2.png"></a></li>
  </ul>  
</div>
</div>

Here is script.

<script type="text/javascript">
  $(function() {
    $('#photoAlbumOne a').lightBox();
  });
</script>

I have given the link to both jQuery and and plugins. What's wrong? Why is it not working? I appreciate your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹雨成花 2025-01-03 01:52:52

您能确认在灯箱 CSS 中使用了这个“#photoAlbumOne”吗?

could you please confirm used this "#photoAlbumOne" in light box css.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文