Ty Underwood
Ty Underwood

Reputation: 897

Adding slides to beginning of slideshow

Does anyone know a jQuery slider that has solid callback support, and can allow me to add a slide to the beginning of a slideshow while a user is on the page without disrupting the slide the user is on? wootheme's flexslider has addSlide() but it handles this very poorly if you try to add something to the beginning (position 0) Swiper http://www.idangero.us/sliders/swiper/ has a prepend() function, but as you can see in their demo, whenever you prepend it jumps the current slide to the one before.

I need to add content to the beginning of a slider with touch functionality like these two, but I need that to be invisibly added without messing up or jumping around the current slider position. Can anyone suggest one that they like? Obviously I prefer one that is free and allows me to use multiple places like a Creative Commons license.

Upvotes: 0

Views: 113

Answers (1)

Samuel Reid
Samuel Reid

Reputation: 1756

For slideshows, I really recommend jQuery cycle plugin.

http://jquery.malsup.com/cycle/

Upvotes: 1

Related Questions