var checkText = /[^A-Za-z0-9_\`\~\!\@\#\$\%\^\&\*\(\)\-\=\+\\\{\}\[\]\'\"\;\:\<\,\>\.\?\/\s]/gm;
if(checkText.test(real_url)){
alert('한글은 입력할수 없습니다.');
return;
}
자바스크립트 Arguments 객체 (0) | 2013.12.09 |
---|---|
getTime() (0) | 2012.12.14 |
숫자 유효성검사 isNaN 함수 (0) | 2012.08.08 |
typeof (0) | 2012.05.29 |
location.href & location.replace (0) | 2012.05.22 |
댓글 영역