From f76033f12724688c309c2a335324d5997ca62f03 Mon Sep 17 00:00:00 2001 From: subsub Date: Wed, 6 Mar 2024 18:23:17 +0900 Subject: [PATCH] =?UTF-8?q?2024/03/06=20=EC=83=9D=EB=85=84=EC=9B=94?= =?UTF-8?q?=EC=9D=BC=20=EC=B2=B4=ED=81=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aplct/sspnIdtmt/popup/eduAplctPopList.jsp | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) 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(){ 주민번호앞자리
- +