Jquery 缓动滑块在 IE9 中不起作用
这是一个奇怪的问题,我需要帮助我思考一个可能的解决方案。
请在 IE 9 中访问 nsdstudio.com 并查看滑块未在任何图像中加载。它应该只显示一个预加载器。任何其他浏览器都会显示图像。
现在转到同一选项卡中的 woothemes.com 并加载该网站。现在返回 nsdstudio.com 并查看加载程序正在工作!
任何人都对这种情况如何或为何发生有任何想法吗?
This is a weird one and I need help wrapping my head around a possible solution.
Please visit nsdstudio.com in IE 9 and see that the slider doesn't load in any images. It should show just a preloader. Any other browser shows the images.
Now go to woothemes.com in the same tab and let the site load up. Now go back to nsdstudio.com and the see that the loader is working!
Anyone have any ideas to how or why this is happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 template/lib/lofslider/lofslider.js 中设置
isPreloaded:false
(大约第 97 行)Set
isPreloaded:false
in template/lib/lofslider/lofslider.js (about line 97)以相同的顺序使用这些文件,我用 IE 9 进行了测试,滑块工作正常
Use these files in same sequence, I tested with IE 9, Slider is working fine