开发者

Jquery Coda Slider not working in Chrome, Works Pretty well in Firefox and IE

开发者 https://www.devze.com 2023-02-17 13:33 出处:网络
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 sli开发者_运维百科der is not working in Chrome w

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 sli开发者_运维百科der 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.


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).


try this

 <script>

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号