加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 资源网站 > 资源 > 正文

HTML – Lightgallery无法正常工作

发布时间:2020-12-14 23:11:25 所属栏目:资源 来源:网络整理
导读:在我的网站上实施lightgallery时遇到问题.我已经搜索了堆栈溢出并阅读了lightgallery页面上的文档,无法弄清楚问题是什么!这是我的网站的代码: 我在javascript控制台中收到此错误: lightgallery.js:401 Uncaught TypeError: Cannot read property match of

在我的网站上实施lightgallery时遇到问题.我已经搜索了堆栈溢出并阅读了lightgallery页面上的文档,无法弄清楚问题是什么!这是我的网站的代码:


我在javascript控制台中收到此错误:

lightgallery.js:401 Uncaught TypeError: Cannot read property ‘match’ of undefined

当我在javascript中遵循代码路径时,我找到了youtube源代码
东西.因为我没有尝试用这个和公正的方式实现视频
现在的图片,我取消注释视频的东西,并得到新的错误!:

lightgallery.js:1271 Uncaught SyntaxError: Unexpected token )
lg-thumbnail.min.js:4 Uncaught TypeError: Cannot read property ‘modules’ of undefined(anonymous function) @
lg-thumbnail.min.js:4(anonymous function) @ lg-thumbnail.min.js:4
lg-fullscreen.min.js:4 Uncaught TypeError: Cannot read property ‘modules’ of undefined(anonymous function) @
lg-fullscreen.min.js:4(anonymous function) @ lg-fullscreen.min.js:4
portfolio.html:124 Uncaught TypeError: $(…).lightGallery is not a function(anonymous function) @ portfolio.html:124j @
jquery.js:3099k.fireWith @ jquery.js:3211n.extend.ready @
jquery.js:3417I @ jquery.js:3433

我真的很喜欢使用lightgallery,但是在过去的两天里,这是一场噩梦,试图让它发挥作用,任何帮助都将非常感激!

最佳答案
您正在使用错误的HTML标记.您必须遵循docs中指定的以下任何标记.

方法:1)

HTML

使用Javascript

$("#lightgallery").lightGallery();

方法:2)

HTML

使用Javascript

$("#lightgallery").lightGallery({
    selector: '.item'
});

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读