$(document).ready(function(){ $("a.lightbox-processed").append(""); $("a.lightbox-processed").hover(function(){ $(this).children("span").fadeIn(600); },function(){ $(this).children("span").fadeOut(200); }); });