javascript disable all buttons code example Example: how to disable all buttons in javascript $("input[type=button]").attr("disabled", "disabled");