Ver original$('button').toggle( function(){ $(this).text("Off"); $('p').hide();}, function(){ $(this).text("On"); $('p').show('slow');});