Disable Submit Button on Form Submit with JavaScript
2019-07-21
•
#javascript
Let's say you have a simple form with a plain old submit to the server without Ajax. Sometimes the process take up to a second or even more, depending on the payload. Obviously if you're sending a...