Answers for "how to disable onmouse click property in 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 "how to disable onmouse click property in bootstrap"

Browse Popular Code Answers by Language