Answers for "how to disable all other buttons in javascript based on condition"

2

how to disable all buttons in javascript

$("input[type=button]").attr("disabled", "disabled");
Posted by: Guest on July-07-2020

Code answers related to "how to disable all other buttons in javascript based on condition"

Code answers related to "Javascript"

Browse Popular Code Answers by Language