$('.blocks').on('click', function(){ $(this).next('.textblock').show(); }); $('.close').on('click', function() { $(this).parent().hide("slow") });