$('.list-post').click(function(){ if ($('.post').css("display") == "block") { $('.post').slideUp(500); } else { $('.post').slideDown(500); } })