I have THIS slideshow. I want it to auto-advance unless someone clicks the navigation elements.
I was thinking about simulating consecutive click events on each link at a certain amount of time (3000 ms, for instance), but my code is ineffective (I’m not so good at JavaScript/jQuery, I admit it). Martin Angelov’s nice tutorial, unfortunately does not meet my needs.
Can anyone give a hand please? Thank you!
I have THIS slideshow . I want it to auto-advance unless someone clicks the
Share
A version adapted from the function in the linked tutorial. The code could be more condensed, but I tried to make it as clear as possible what’s going on.