Answers for "disable me after click bootstrap"

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 "disable me after click bootstrap"

Browse Popular Code Answers by Language