2024/01/26 웹접근성 수정
This commit is contained in:
parent
9572284a4e
commit
26850d4809
@ -433,19 +433,6 @@
|
||||
popupWindow.close()
|
||||
}, 5000)
|
||||
};
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
// 레이어팝업 포커싱 이동 수정
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
||||
activeTarget.hide();
|
||||
//$('[data-tooltip="sub37_pop20"]:first-child').focus();
|
||||
$('[data-info="${chasiInfo.eduChasiOrd}"]').focus();
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<!-- 팝업을 위한 mask -->
|
||||
@ -736,7 +723,7 @@
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap popType05" tabindex="0" data-tooltip-con="instrInfo_pop01" data-focus="instrInfo_pop01" data-focus-prev="instrInfo_pop01_close" style="width:800px;">
|
||||
<div class="popup_tit">
|
||||
<p>강사 정보22</p>
|
||||
<p>강사 정보</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="instrInfo_pop01_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user