I\'m trying to make a div fade in/out that\'s within an each statement. The problem is that next item is called before the fade in/out is complete.
Sounds like you are trying to "cycle" through a list of divs. Have you checked out the jQuery Cycle plugin?