Answers for "disable onclick"

CSS
0

On click, disable button

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

disable onclick

pointer-events: none;
cursor: default;
Posted by: Guest on July-23-2020

Browse Popular Code Answers by Language