FRONTEND
[jQuery] select 에는 readonly(X) / disabled(O)
개발괴발랄
2022. 5. 18. 15:46
select 에는 readonly 없음
disabled만 있기 때문에
$(선택자).prop('disabled', true);