Friends a help, I can not deactivate input , I tried both ways:
$('input[name=txtApepaterno').val("prueba");
$( "#txtApepaterno" ).prop( "disabled", true );
document.getElementById("txtApepaterno").disabled = true;
If it fills me but...
asked by
06.09.2018 / 17:42