Find the button const submitButton = $(e.target).find("input[type=submit]"); // 4. Disable the button submitButton.prop("disabled", true); ...
確定! 回上一頁