html disabled

95

disable whole div bootstrap 4 -

$("#mydiv").addClass("disabledbutton");
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

Comments

Submit
0 Comments