From c50e01b5569987deb0eeaabde6e312a5f02cc337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Mon, 29 Jan 2024 11:06:00 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/29=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20>=20=EC=84=B1=EC=9D=B8=20>=20=EC=99=84=EB=A3=8C?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=ED=8F=AC=EC=BB=A4=EC=8B=B1=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 --- .../adultVisitEdu/eduEnd/eduEndDetail.jsp | 33 +++++++++++++------ .../popup/qustnrAdultPrintPopList.jsp | 11 +------ 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp index a820015e..a9f1456b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduEnd/eduEndDetail.jsp @@ -99,6 +99,19 @@ fn_callBackInnorix(p.files); // 파일 정보 DB isnert function }); + // 팝업 오픈 버튼 + $(".popupOpenBtn").click(function(){ + $(this).addClass("focusPopBtn"); + }); + + $(".tooltip-close").click(function(e){ + e.stopPropagation(); + $(this).closest(".popup_wrap").hide(); + $(".mask").hide(); + $(".focusPopBtn").focus(); + $(".focusPopBtn").removeClass("focusPopBtn"); + }); + }); @@ -1285,10 +1298,10 @@ - + - + <%-- @@ -1370,7 +1383,7 @@ - - @@ -1394,24 +1407,24 @@ - - - - @@ -1434,13 +1447,13 @@ - - @@ -1644,7 +1657,7 @@