I feel stupid dumb for asking this question but I am trying to set all text tagged w/ em around it, to fade in. $('em').fadeIn('slow', function() { // Animation complete }); Fade inWhat's not happening at the moment?