itemslide
itemslide copied to clipboard
JavaScript Touch Carousel Library with Zero Dependencies
Hi. I am pretty sure that you need to add "reposition" event. Explaining why: > At my webapp, by selecting slider item its load content to another window, which has...
When I initialize the slider, and I specify the starting slide, the script does not check the input value to the type of data ``` carousel.itemslide({ one_item: true, start: start_pos...
I have a mains scripts managing my javascript, using the jQuery.noConflict() to make sure there is no conflict with any other librairies loaded (and I don't have the total hand...