Hello.
I have this HTML code:
<div class="good">Текст 1</div> <div class="good">Текст 2</div> <div class="good">Текст 3</div> <div class="good">Текст 4</div> The .good class .good hidden display:none; .
How can I make this script $("div[class^='good']").show('normal') page $("div[class^='good']").show('normal') not to open all the blocks at once, but sequentially when the page loads?