input 창에 숫자만 입력받기
페이지 정보

본문
<input type="text" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" />
- 이전글공백 url 인코딩 22.08.23
- 다음글alert 주소창 제거 21.09.20
댓글목록
등록된 댓글이 없습니다.

<input type="text" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" />
등록된 댓글이 없습니다.