itemslide icon indicating copy to clipboard operation
itemslide copied to clipboard

JavaScript Touch Carousel Library with Zero Dependencies

Results 13 itemslide issues
Sort by recently updated
recently updated
newest added

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...

dependencies

i try to get Right to left result by testing left_sided = true; but the visual result was the same as past

Make ItemSlide vanilla

enhancement

For more type safety :)

enhancement

Would it be possible to loop slides as a continuous carousel?

enhancement

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...

enhancement

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...

enhancement

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 ``` ```

enhancement

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...

bug

**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 ````...