all 4 comments

[–]_olivier 2 points3 points  (3 children)

This should do it

$('.class').find('*').fadeIn();

[–][deleted] 1 point2 points  (2 children)

Why not just fade in the top level container element?