This website works better with JavaScript.
首頁
說明
登入
ben
/
copyvios
镜像来自
https://github.com/earwig/copyvios
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Disable form submission button while loading
copyvios-ng
Ben Kurtovic
5 年之前
父節點
4c428d4d2b
當前提交
ce18eb9065
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
取消
儲存