Answers for "bootstrap disable button type disable after click"

1

bootstrap disable button after click

$("#buttonid").on("click", function() {
    $(this).prop("disabled", true);
});
Posted by: Guest on March-04-2021

Code answers related to "bootstrap disable button type disable after click"

Browse Popular Code Answers by Language