diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp index 572654fa..eefaba22 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/popup/eduAplctPopList.jsp @@ -270,6 +270,10 @@ $(document).ready(function(){ setTimeout(function(){ $('#dBirth .duet-date__input').attr("title","ex)1973.12.23 생년월일을 선택하세요."); + $('.calendar_wrap').each(function(){ + //$(this).find('.duet-date__input').attr('onkeydown','this.value=dateSettingHere(this.value);'); + $(this).find('.duet-date__input').attr('onblur','this.value=dateSettingHere(this.value);'); + }); },10) }) @@ -315,15 +319,16 @@ $(document).ready(function(){