I have to the best of my knowledge researched the questions on this forum, but not quite got the answer.
I am a newbie in terms of jQuery.
I have got this div
<div id="main">
<div id="1" class="trip">Item1</div>
<div id="2" class="trip">Item2</div>
<div id="3" class="trip">Item3></div>
</div>
And I want to fade in each div in turn, then hide and fade in the next div.
I want this to do a continuous loop through the divs until the visitor leaves the page.
I need step by step help to achieve this.
I am new on stackoverflow, but I learn fast so bear with me :)
Any help is much appreciated.
//Ot_Gu