728x90
반응형

jquery부분

------

$(document).on("keyup", "input:text[numberOnly]", function() {$(this).val( $(this).val().replace(/[^0-9]/gi,"") );});

 

-----------

 

 

 

html 부분

----------------------------

<input type="text" name="BIZ_NO" id="BIZ_NO1" maxlength="3" numberonly="true"> -

 

jquery작성후 input 옵션에 numberonly를 주면 된다.

 

 

-------

 

// style="ime-mode:disabled;" 이건 한글만 못쓰게 만드는 구문 -!!

 

728x90
반응형
블로그 이미지

nineDeveloper

안녕하세요 현직 개발자 입니다 ~ 빠르게 변화하는 세상에 뒤쳐지지 않도록 우리모두 열심히 공부합시다 ~! 개발공부는 넘나 재미있는 것~!

,