disable button in bootstrap code example
Example 1: bootstarp btn colors
Example 2: bootstrap disable button after click
$("#buttonid").on("click", function() {
$(this).prop("disabled", true);
});
Example 3: bootstrap disabled button
Example 4: bootstrap Button tags
The .btn classes are designed to be used with the
Example 5: bootstrap buttons Disabled state
Make buttons look inactive by adding the disabled boolean attribute to any
element.
Primary button
Button