为什么只有我的循环 div 在我的页面上停止工作?

发布于 2024-11-09 03:36:11 字数 159 浏览 0 评论 0原文

http://4evergreengroup.com 用户名: 用户 密码:用户

请有人检查一下我所有的 jquery 循环插件 div 突然停止工作,从字面上看,不知从何而来

http://4evergreengroup.com
username: user
password: user

Please someone review all my jquery cycle plugin div's stopped working all of a sudden, out of nowhere literally

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

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

发布评论

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

评论(1

一指流沙 2024-11-16 03:36:11

你在 jquery.cycle.all.js 的第 923 行缺少一个逗号:

aspect:        false

应该是

aspect:        false,

BTW,下次,检查 javascript 错误控制台。它准确地告诉我你的错误是什么以及在哪里:

Uncaught SyntaxError: Unexpected identifier
Uncaught TypeError: Object [object Object] has no method 'cycle'

第 # 行没有复制,但你明白了。

You're missing a comma on line 923 of jquery.cycle.all.js:

aspect:        false

should be

aspect:        false,

BTW, next time, check the javascript error console. It told me exactly what and where your error was:

Uncaught SyntaxError: Unexpected identifier
Uncaught TypeError: Object [object Object] has no method 'cycle'

Line #'s didn't copy, but you get the idea.

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