View Single Post
Old 06-29-2012, 07:08 PM   PM User | #5
djnp
New to the CF scene

 
Join Date: Jun 2012
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
djnp is an unknown quantity at this point
Quote:
Originally Posted by WolfShade View Post
You placed the setTimeout that calls a function within the function, so it loops; every 2 seconds, it sets the display to "block".

To stop the setTimeout, you need to set it to a variable and use clearTimeout on the variable.
It would be really great if you could show, how to do it. Thanks much..
djnp is offline   Reply With Quote