Hi Everyone,
I have a picture slideshow that works on a click of a button like so: ">". The button is a span with id "slideshowRight".
Is it possible to set a timer that every 5 seconds literally clicks the slideshowRight button and stops when the mouse hovers over the buttons and restarts when the mouse doesn't hover on them?
The hover-stop is not as crucial as the every 5-second click. I know jQuery has a .click() function.
Thanks, Amit