Posts by gog • 196 points
1 post
- 
		8 votes2 answers2239 viewsA: Enable and Disable Save ButtonWhen you edit: $('form :input').change(function(){ alert("Algum item no formulário foi alterado"); //A partir daqui vocÊ pode habilitar o botão //Para desabilitar $('#idDoBotao').attr('disabled',…