简体   繁体   中英

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.

For slideshows, I really recommend jQuery cycle plugin.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM