Posts: 202
Location: Santa Monica, CA
|
Thanks, marteen.
But if I'm not mistaken, using the window.onload event would equally trigger the slideshow to start automatically.
Which I want to prevent.
I want to give visitors a choice if they want the slideshow, or not.
I'm also not familiar with Javascript coding. I'm just putting some jquery elements together and am just able to do little changes e.g. adding preload.
I tried to replace document.ready with document.click.
Slideshow didn't start, but when I clicked the next button (which should only show the next image), the click triggered the slideshow to start.
What I'd need is an event that only starts the slideshow when I click a certain button.
Last edited by World; 07-08-2010 at 01:44 AM..
|