$('#nombreCapa').click(function(){ if( $(this).css("display")=="none" ){ $(this).slideDown("slow"); } else{ $(this).slideUp(); }});