Example 1: disable whole div bootstrap 4 $("#mydiv").addClass("disabledbutton"); .disabledbutton { pointer-events: none; opacity: 0.4; } Example 2: css ...
確定! 回上一頁