itemslide
itemslide copied to clipboard
JavaScript Touch Carousel Library with Zero Dependencies
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
i try to get Right to left result by testing left_sided = true; but the visual result was the same as past
hello, I think it would be good to have this feature so that this slider can be more functional. When sliding, there should be information or a picture that can...
Hey I am facing two issues 1. After you reach the last slides, how can we get the carousel to rewind itself back to the first. This is not similar...
I have structure in which li has an image which is surronded by an a tag, upon slide item is clicked how can i prevent that ``` ```
I've tested with "left_sided: true" and the "click to slide" doesn't work. My code: ``` javascript var carousel; $(document).ready(function () { carousel = $(".images"); carousel.itemslide({ left_sided: true }); //initialize itemslide...
**Problem** Most data binding libraries like knockout and Angular allow to dynamically add DOM elements. When this happens, itemslide does not attach events to the newly added items. example ````...