Jquery Coda Slider 在 Chrome 中无法工作,但在 Firefox 和 IE 中工作得很好

发布于 2024-10-24 03:11:19 字数 321 浏览 4 评论 0原文

我在一个页面上使用了两个 Coda 2 Sliders,它在 Firefox 和 IE 7、8、9 上都运行良好。但我无法弄清楚为什么其中一个滑块在 Chrome 中不起作用,而另一个滑块却可以工作。

您可以检查自己的实时网站 http://www.rafimmedia.com/siddiq/。由于我没有在里面使用任何php,你可以很好地检查源代码和css。

我什至交叉检查了语法和所有内容,但无法找出任何问题。尝试使用firebug,甚至js也没有显示任何错误。

I have used two Coda 2 Sliders at a single page and its working Fine with both the Firefox and IE 7,8,9. But i am not able to figure out why one of the slider is not working in Chrome while the other works

You can check yourself the live site at http://www.rafimmedia.com/siddiq/. As i have not used any php inside you can very well check the source code and css.

I even cross checked the syntax and everything and not able to figure out any problem. Tried to use firebug and even js has not shown any error.

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

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

发布评论

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

评论(2

动听の歌 2024-10-31 03:11:19

您需要添加 rel 属性链接来启动第二组滑块。转到此页面: http://www.ndoherty.biz/demos/coda -slider/2.0/#3 并查看示例#3。

您的第一组链接和第二组链接应分别包含 rel="coda-slider-1" 和 rel="coda-slider-2"。

另外,您需要确保链接具有值为“xtrig”的类属性,以指示它们是交叉链接(再次检查上面的示例)。

You need to add rel attribute the links for initiating the second set of sliders. Go to this page: http://www.ndoherty.biz/demos/coda-slider/2.0/#3 and check out the Example #3.

Your first set of links and second set of links should include the rel="coda-slider-1" and rel="coda-slider-2" respectively.

Also, you need to make sure the links has a class attribute with the value "xtrig" to indicate they're cross links (again check the Example above).

倾其所爱 2024-10-31 03:11:19

试试这个

 <script>

$(document).ready(function ($) {
         $('div#slider1').codaSlider({
             autoSlide:true,
             autoHeight:false
         });
     });
</script>

try this

 <script>

$(document).ready(function ($) {
         $('div#slider1').codaSlider({
             autoSlide:true,
             autoHeight:false
         });
     });
</script>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文