$('.main-menu').click(function(){ $('.shows div:last').fadeOut(300, function(){ $(this).prev().fadeOut(300, arguments.callee); }); });