JQuery

if(!$.isNumeric( price )){
			
			alert("가격 입력이 잘 못 되었습니다.");
			$("#price").focus();
			return false;
}



if($.trim(categoryRno) =='' ){
			alert("3차 카테고리를 설정 하세요!");
			$("#categoryRno").focus();
			return;
}	
		

 

$.isNumeric() ,  $.trim(), 

 

about author

PHRASE

Level 1  머나먼나라

댓글 ( 4)

댓글 남기기

작성