Answers for "click disabled button"

CSS
0

On click, disable button

$("#btnSubmit").attr("disabled", true);
Posted by: Guest on May-17-2021
0

button disabled

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
Posted by: Guest on May-26-2021

Browse Popular Code Answers by Language