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