$(function(){ $('.main_block').hover(function(){ $('.hidden_block', this).fadeIn(500); }, function(){ $('.hidden_block', this).fadeOut(200); }); });