모든 버튼 비활성화
$('input, button, a').css("pointer-events", "none");
$('input, button, a').css("cursor", "default");
모든 버튼 활성화
$('input, button, a').css("pointer-events", "auto");
$('input, button, a').css("cursor", "auto");
'[Css]' 카테고리의 다른 글
[css] css작성법 (0) | 2021.01.22 |
---|---|
[css] div 안에 div 이미지 가운데 정렬 (0) | 2020.11.02 |