소스 검색

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


불러오는 중...
취소
저장