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 @@
-
');" data-tooltip="target_confirm_popup">
+
');" data-info="
" data-tooltip="target_confirm_popup">
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
index 5e2889ac..105a894f 100644
--- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
@@ -156,6 +156,7 @@ $(document).ready(function(){
$applyButton.css('background-color', '#888');
/*24.01.23 웹접근성 검사를 위하여 title 추가*/
$applyButton.attr('title','비활성화됨');
+ $applyButton.removeAttr('data-tooltip');
}
});
@@ -461,7 +462,7 @@ $(document).ready(function(){
<%-- ');" disabled>신청 --%>
- ', '');" title="팝업 열림" disabled>신청
+ ', '');" title="팝업 열림" disabled>신청
|
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(){
-