nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

addSlide with drag events #47

Closed PurHur closed 8 years ago

PurHur commented 8 years ago

If im adding slides (because i have to load them...) they dont have the events for dragging...

The relead function didnt update the events at all.

Sorry i'm not able to make a nice fix for this. I had to patch it very hard in your code :/

PurHur commented 8 years ago

hmm found a solution

My patch... See Line ~415 // Start navigation listeners $el.on('mousedown touchstart'*,'>'**, function (e) {

nir9 commented 8 years ago

Thanks!