stevenwanderski / bxslider-3

jQuery custom content slider
http://bxslider.com
448 stars 101 forks source link

Having Multiple Slideshows on Same Page #173

Open sarahmorrow opened 12 years ago

sarahmorrow commented 12 years ago

I'm having an issue getting multiple slideshows to function at the same time. If I remove one, the other will work and vice versa, so I'm wondering if it has something to do with my script? I would provide a link, but its all localhost, here is the code I'm using

$(document).ready(function(){ $('#slider1').bxSlider({ controls:false, auto:true, mode: 'fade' }); $('#slider2').bxSlider({ controls:false, auto:true, pause: 6000 }); });

choongphin commented 11 years ago

Hi, am also facing the same problem. Mind to tell if you solved the problem? Thanks.

ghost commented 11 years ago

Me to;(