// 숫자만 입력되도록 변경 $("타겟").on('input', function () { this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\\..*)\\./g, '$1'); });
0개 댓글
0개 댓글