한글이 아닌 영문 숫자만 가능하게 유효성 검사 함수var re = /[^a-zA-Z0-9\-_]+/g; var that = this; that.value.replace(re, function (curVal, curNum, totalVal) { //curval, p1,p2,p3.. totalVal that.focus(); that.value = arguments[arguments.length - 1].replace(curVal, ""); });
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기