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

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

View File

@ -440,8 +440,10 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j
if(of[frm_jibeon] !== undefined){ if(of[frm_jibeon] !== undefined){
of[frm_jibeon].value = data.userSelectedType; of[frm_jibeon].value = data.userSelectedType;
} }
of[frm_addr2].focus(); setTimeout(function(){
of[frm_addr2].focus();
} , 100);
}; };
switch(zip_case) { switch(zip_case) {