Hi,
I have a list oF div embedded into one
How can i retreive the divs embedded into #main and make them appear one by one (item 1, then the second, then the third, etc...) using jquery?
- <div id="main">
- <div>item 1</div>
- <div>item 2</div>
- <div>item 3</div>
- <div>item 4</div>
- ...
- </div>
Thanks for your help!