vickero007
IS-IT--Management
I would like to use Javascript to show hidden divs after a delay (2 seconds). So, I have 5 divs, all hidden when the page loads.
I would like to have each Div, 1-5, one after the other, change from hidden to visible with a 2 second delay after each one.
I've tried this with a for loop to eat up time, and with a timer. It will execute a window.alert but it won't execute the line to change the visibility of the Div.
Any idea why this isn't working?
Thanks,
Volkoff007
I would like to have each Div, 1-5, one after the other, change from hidden to visible with a 2 second delay after each one.
I've tried this with a for loop to eat up time, and with a timer. It will execute a window.alert but it won't execute the line to change the visibility of the Div.
Any idea why this isn't working?
Thanks,
Volkoff007