Ver código fonte

Disable form submission button while loading

copyvios-ng
Ben Kurtovic 5 anos atrás
pai
commit
ce18eb9065
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      static/script.js

+ 3
- 0
static/script.js Ver arquivo

@@ -126,6 +126,9 @@ $(document).ready(function() {
.prop("disabled", true);
});
}
$("#cv-form button[type='submit']")
.prop("disabled", true)
.css("cursor", "progress");
});

if ($("#cv-additional").length >= 0) {


Carregando…
Cancelar
Salvar