본문 바로가기

jquery

[jQuery]버튼 활성화, 비활성화

$('#SMS').attr('disabled',true);  //SMS버튼 비활성화
$('#SMS').attr('disabled',false);  //SMS버튼 활성화