본문으로 바로가기

1000 단위로 입력 받기

category [ Web 관련 ]/자바스크립트 2018. 7. 13. 14:48

if (value % 1000) != 0){

alert('1,000 단위로 입력 가능합니다.');

return false;

}