jQuery fadeIn

jQuery fadeIn

Good morning all,

Have a problem - I have 5 divs with the same class, I want each of the divs to fading in at regular intervals.

I was thinking something like,

$("div.project").next('div.project').fadeIn("slow");

yet this fades them in all together, instead of at intervals/one after the other.

Thanks for your help