Ver original$('#id').click(function(){ if(!$(this).is(':animated')){ $(this).animate({width:300},1000); }});