So that it's no longer clickable.
Set the disabled attribute.
$("#buttonID").attr("disabled", "disabled");
Shouldn't that be
$("#buttonID").attr("disabled", true);
?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With