$(document).ready(function(){ $('.advantage1_1').hover(function(){ $(this).children(".adv").show('slow'); },function(){ $(this).children(".adv").hide('slow'); }); })