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...