var mb_hp = "010-1234-1234"


var res = /^[0-9]+$/; 

if (!res.test(mb_hp)) {


alert("숫자만 입력해 주십시오.");

}



블로그 이미지

엘로드넷

,