Yoxview使IE7崩溃
我有一个照片/视频库,我应用了 Yoxview jquery 插件。除了 IE7 之外,在每个浏览器上都没有问题。
我尝试将代码更新到插件的最新版本,但没有帮助。
奇怪的是,我访问 Yoxview 网站时,IE7 并没有崩溃。
这是使用的代码:
$(".Gallery").yoxview();
.Gallery 是一个包含 img
的嵌套 a
的 div
。
在我之前有人遇到过这种情况吗?
注意:即使页面上只有 1 个图像,问题也存在。
I have a photo/video gallery and I apply the Yoxview jquery plugin on. On every browser their is no problem except for IE7.
I try to update my code to the latest version of the plugin but it does not helped.
The strange part is that I go on the Yoxview site, IE7 doest not crash.
This is the code is use:
$(".Gallery").yoxview();
.Gallery is a div
with nested a
that contains img
.
Do anybody have encounter this situation before me?
NOTE: The problem exist even if their is only 1 image on the page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我更改了 Jquery 版本。 1.6版本的seam导致了这个问题。我尝试使用 1.4,该插件工作完美。因此,我访问了 Jquery 站点并下载了最新版本的 Jquery (1.6.1),现在一切正常。
谢谢你们的帮助!
I change my Jquery version. The version 1.6 seam to cause the problem. I try with the 1.4 and the plugin work perfectly. So, I got to the Jquery site and download the latest version of Jquery (1.6.1) and everything is now ok.
Thank for you help guys!