So, I would like an element to fade in and wait half a second, then fade the next in etc...
My code:
$(\'.comment\').each(function() {
try something like this
$(this).find('#results').children().each(function(index){ $(this).delay(500 * index).slideDown(500); })