Преглед изворни кода

Disable form submission button while loading

master
Ben Kurtovic пре 5 година
родитељ
комит
ce18eb9065
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      static/script.js

+ 3
- 0
static/script.js Прегледај датотеку

@@ -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) {


Loading…
Откажи
Сачувај