function inputNumberFilter(){$('.typeNumberFix').on("keyup focusout", function(){$(this).val($(this).val().replace(/[^0-9]/g,''));//$(this).attr("placeholder", "숫자입력")})}
반응형
'jQuery' 카테고리의 다른 글
[jQuery] triggerHandler - 이벤트 핸들러만 실행 (0) | 2015.08.27 |
---|---|
[jQuery] $.proxy() - 대리인을 통해 this유지 (0) | 2015.08.26 |
[jQuery] select option 제어 - value값 text로 선택되게 (1) | 2015.08.12 |
[jQuery] CSS 프로퍼티 삭제 (0) | 2015.08.04 |
[jQuery] select option 선택 제어 (0) | 2015.06.11 |