$("#container").delegate(".item", "mouseover", function (event) { $(this).find('.covers').css({display:'block'}); });