From c47ed7a0f3304291faa0fdecfab435bac22585cd 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 12:05:03 +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=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp index cdcf783d..59e699d3 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/comm/fileUploadPop.jsp @@ -48,12 +48,21 @@ /* $(".tooltip-close").click(function(){ $('[data-tooltip="sub35_pop01"]').focus(); }); */ - $(".tooltip-close").click(function(){ - var fileType = '${fileType}'; - $('#'+fileType).focus(); + + //$(".tooltip-close").click(function(){ + //var fileType = '${fileType}'; + //$('#'+fileType).focus(); + //}); + + $(".tooltip-close").click(function(e){ + e.stopPropagation(); + $(this).closest(".popup_wrap").hide(); + $(".mask").hide(); + $(".focusPopBtn").focus(); + $(".focusPopBtn").removeClass("focusPopBtn"); + $("body").css("overflow","inherit"); }); - - + /* * ================================================================== * INNORIX