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