주소 입력시 포커스문에 setTimeout 시간 추가

This commit is contained in:
thisgun
2018-09-14 14:36:47 +09:00
parent 37b72f36d6
commit d7b209e93c

View File

@ -441,7 +441,9 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j
of[frm_jibeon].value = data.userSelectedType;
}
setTimeout(function(){
of[frm_addr2].focus();
} , 100);
};
switch(zip_case) {