jquery
[jQuery]버튼 활성화, 비활성화
IT짭스
2013. 9. 27. 15:20
$('#SMS').attr('disabled',true); //SMS버튼 비활성화
$('#SMS').attr('disabled',false); //SMS버튼 활성화