Jump to content

slide show missing script load event


jwzumwalt

Recommended Posts

Depending which one you are referring to, all similar,

var slideIndex = 1;
showSlides(slideIndex);

var slideIndex = 0;
showSlides();

var slideIndex = [1,1];
/* Class the members of each slideshow group with different CSS classes */
var slideId = ["mySlides1", "mySlides2"]
showSlides(1, 0);
showSlides(1, 1);

And will start the code, AS LONG as this sideshow code is below the html that makes up the slideshow content.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...