javascript help!!

Out of context: Reply #6

  • Started
  • Last post
  • 25 Responses
  • myobie0

    ah

    that function does a set timeout to launch a function which does a set timeout to launch a function which...etc, etc, etc...

    i would think it would use set interval because that would do the thing over and over, like they are doing themselves...

    you can clearTimeout() a timeout object...but you would have to have one...

    you may want to lookup how to use the setTimeout function...that is what is doing the slideshow, scriptaculous is just doing the fading...

    if you get really lost, let me know

View thread