라디오버튼 readonly 처리

부이로그·2023년 8월 27일

라디오 버튼에는 readOnly 처리가 되지 않는다.
그래서 처리 방법으로

$(””#encd).attr(’readonly’, false);

$(””#encd).css(’pointer-events’, ‘auto’);

profile
고귀하면서 밝은!

0개의 댓글