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
반응형
'Front > JS & jQuery' 카테고리의 다른 글
[jQuery] 클릭한 요소의 tr 가져오기 (0) | 2022.08.23 |
---|---|
[jQuery] event.currentTarget (0) | 2022.08.22 |
[js] Number 와 parseInt 차이 (0) | 2022.08.20 |
[js] input 태그의 value값 다루기 (0) | 2022.08.18 |
[js] 정규식으로 숫자만 추출하기 (0) | 2022.08.17 |