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 @@