Adding a pause button to jCarousel

If you ever came across content that had to be displayed as a slideshow/carousel than you most likely came to find Jan Sorgalla’s carousel library based on jQuery: jCarousel. I used this library in different projects such as Lucian Poenari’s website where I had to create the catalog display case. Long story short, in a recent project I needed to implement a play/pause button because I wanted the slides to move at 5 seconds appart but I was also interested in the visitor having time to read the text blocks I had inserted. The vertical slide did the trick and when it came to the play/pause bit I found this great code by Jeremy Mikola:

Hope you find this post useful. To read the original post just click this link.