Front/JS & jQuery
[js] input type text에 숫자만 입력 가능
오선지♬
2022. 8. 21. 15:59
728x90
반응형
https://moo-you.tistory.com/439
input type text 숫자만 입력 정규식
input영역에 숫자만 입력 받는 방법은 이렇게 input type을 number로 지정해 주면 되는 일이지만 input에 up down 버튼이 생겨버린다. 그래서 input type="text"로 하면서 숫자만 입력 받기 위해서는 oninput 이..
moo-you.tistory.com
728x90
반응형