richardscarrott / jquery-ui-carousel

jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped.
http://richardscarrott.github.io/jquery-ui-carousel/
192 stars 56 forks source link

can i used multiple slider in single page #74

Closed rohitya closed 8 years ago

rohitya commented 10 years ago

Hi,

please help me i am using rs carousel but i can't use multiple carousel in one single page

please help me out .. how can i.

thanks

richardscarrott commented 9 years ago

Yes it will work as a new instance will be created for each element:

    $('.rs-carousel-1').carousel();
    $('.rs-carousel-2').carousel();

Will result in two independent carousels and controls.

Can you provide some more information if you're having trouble with this?