Ver original$(document).ready(function(){ $('#boton').click(function(){ $(this).attr('disabled','disabled'); }); });