From 85183954138ce29fd87f3dfcc43ac9bde3abf303 Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 16 Jan 2024 17:01:17 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/16=20=EC=BA=98=EB=A6=B0=EB=8D=94=20ID?= =?UTF-8?q?=20=EC=A4=91=EB=B3=B5=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= =?UTF-8?q?,=20=ED=8C=9D=EC=97=85=20=ED=83=AD=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/popup/scholPopList.jsp | 11 ++++++----- .../jsp/web/ve/comm/searchBeforeContentPopup.jsp | 12 ++++++++---- .../webapp/visitEdu/usr/publish/script/content.js | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/scholPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/scholPopList.jsp index 652677de..3ef14447 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/scholPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/scholPopList.jsp @@ -66,7 +66,7 @@ } $(document).ready(function(){ - boardCaptionDetailToggle4(); + //boardCaptionDetailToggle4(); // 레이어팝업 포커싱 이동 수정 $(".tooltip-close").click(function(){ @@ -76,10 +76,11 @@ $(document).ready(function(){ }); //레이어팝업 초정 이동 시 필요한 data 값 추가 - var btnLast = $('.popup_cont').find('.page').find('button:last-child'); - btnLast.attr('data-focus-next','sub36_pop02'); - btnLast.attr('data-focus','sub36_pop02_close'); - + var btnLast = $('.popup_cont').find('.page').find('button').last(); + setTimeout(function(){ + btnLast.attr('data-focus-next','sub36_pop02'); + btnLast.attr('data-focus','sub36_pop02_close'); + },100); }) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/comm/searchBeforeContentPopup.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/comm/searchBeforeContentPopup.jsp index e8f1cfe5..f051c4e4 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/comm/searchBeforeContentPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/comm/searchBeforeContentPopup.jsp @@ -12,7 +12,7 @@