$('.str_block') .on( "mouseenter", function() { $(this).children(".record_del").show('slow'); }) .on( "mouseleave", function() { $(this).children(".record_del").hide('fast'); });