Views 6795 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

자바스크립트 코드.

<script>
function onlyNumber(obj){
    val=obj.value;
    re=/[^0-9]/gi;
    obj.value=val.replace(re,"");
}
</script>


마크업 코드.

<input type="text" name="htxtNum" onkeypress="onlyNumber(this)"
    onblur="onlyNumber(this)">


?

List of Articles
No. Category Subject Author Date Views
137 Develop [iOS] Xcode 불필요한 캐시 삭제하기 hooni 2021.10.12 1797
136 Develop [ios] Xcode cannot run using the selected device hooni 2014.08.14 1790
135 Develop [swift] UIView에서 subview 찾기 hooni 2022.12.09 1779
134 Develop [php] mysql_ 과 mysqli_ 의 차이 hooni 2017.12.01 1697
133 Develop [python][django] request.cookie 읽어오기 ㅋㅋㅋ (쓰기) hooni 2019.12.06 1691
132 Develop [c] 한글 문자열 출력 hooni 2015.11.10 1682
131 Develop Laravel 5 Failed opening required bootstrap/../vendor/autoload.php hooni 2018.01.24 1662
130 Develop [ios] @property의 속성 (strong, weak, copy) 사용 경우 hooni 2014.08.08 1659
129 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1648
128 Develop [web] 더 빠른 웹을 위한 프로토콜, 'HTTP/2' file hooni 2014.10.20 1641
127 Develop ZBar 라이브러리를 이용한 바코드 스캔 앱 개발하기 file hooni 2015.01.01 1629
126 Develop [ios] Locale Identifiers file hooni 2018.11.29 1627
125 Develop [ios] How To Use UIScrollView to Scroll and Zoom Content (Using Objective-C) file hooni 2016.03.23 1620
124 Develop [ios] Requesting Location Permissions in iOS file hooni 2018.08.18 1604
123 Develop [ios] Swift 4 Singleton inheritance hooni 2018.10.31 1594
122 Develop [js] 모바일 스크롤 방지(해제) hooni 2015.04.14 1590
Board Pagination Prev 1 ... 43 44 45 46 47 ... 53 Next
/ 53