瀏覽代碼

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…
取消
儲存