The above line of code is in a form, i would like to disable the button for 60 seconds so the user has to wait a minute before they can continue.
I am a little unsure on how to do this.
Thanks in advance.
The above line of code is in a form, i would like to disable the button for 60 seconds so the user has to wait a minute before they can continue.
I am a little unsure on how to do this.
Thanks in advance.
If you use Jquery already you can use a slightly simpler syntax, but it’s pretty much the same (and vanilla javascript will still of course work)
Wow, that was quick :o thanks 8)