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