diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp index 661d7e92..92b24e30 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp @@ -328,7 +328,7 @@
- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp index 250cf3e9..f01e5138 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp @@ -45,7 +45,10 @@ $(document).ready(function(){ identifier: "searchStartDt", incrementYears:100, } - + setTimeout(function(){ + $('.dBirth .duet-date__input').attr("title","생년월일을 선택하세요."); + + },10) $('#fldSelect').change(function(){ console.log($(this).val()); console.log($(this).val() == '99'); @@ -59,6 +62,13 @@ $(document).ready(function(){ } }) + + $(".tooltip-close").click(function(){ + var activeTarget = $('[data-tooltip-con="target_confirm_popup"]'); + activeTarget.hide(); + $('[data-info="${vEPrcsDetailVO.prcsAplctPrdOrd}"][data-tooltip="target_confirm_popup"]').focus(); + }); + // $('#fld').hide(); }); @@ -157,9 +167,9 @@ $(document).ready(function(){
-