반응형
var row = $("input:text[name=prodcd]").length; var first_flag = "Y"; obj0 = $("input:text[name=prod]"); obj1 = $("input:text[name=qty]"); obj2 = $("input:text[name=proddes]"); obj3 = $("input:text[name=plandate]"); obj4 = $("input:text[name=planno]"); obj5 = $("input:text[name=planprod]"); for (s=0 ; s<row ; s++) { if (obj1[s].value == "") { obj1[s].value = 0; } else { if (isNaN(obj1[s].value) == true) { if(fnNumberChk(obj1[s].value)) { alert(GetMessage("MSG00999")); btnHideProgress(); obj1[s].focus(); obj1[s].select(); return; } } } } var ctrlProd_cd = $("input:text[name=prod_cd][value='']");
반응형
'jQuery' 카테고리의 다른 글
RadioButton (0) | 2015.09.01 |
---|---|
CHECKBOX 응용 기능 (0) | 2015.09.01 |
jquery 메서드 (0) | 2015.09.01 |
체크박스 전체 선택 or 비 선택 (0) | 2015.09.01 |
(function($) )(jquery) (0) | 2015.07.31 |
댓글