0
Hello, I wish my form didn’t select CAMPO_VALOR, but even using . not() it still returns a form with CAMPO_VALOR.
var $form = $("#frmParcelas");
var formSemCampoValor = $form.not('#CAMPO_VALOR');
console.log(formSemCampoValor);
Thanks in advance for your help.
Setting the disabled attribute in the value input field does not solve? disabled='disabled'.
– user41722