주소 입력시 포커스문에 setTimeout 시간 추가
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user