728x90
입력창 숫자만
-
입력창에서 숫자만 입력 가능하게 하기프론트엔드/컴포넌트 2023. 8. 24. 12:49
body{ margin: 0; padding: 100px; text-align: center; } input{ width: 20rem; height: 5rem; outline: none; border: none; border-bottom: 2px solid #eee; font-size: 2rem; color: #ccc; } input::placeholder{ font-size: 2rem; } const input = document.querySelector('input') input.addEventListener('keyup', function(e){ if ((e.keyCode >= 48 && e.keyCode = 96 && e.keyCode { console.log(parseInt(c) == c) re..