2024/01/29 웹접근성 수정
This commit is contained in:
parent
a532ecbdfc
commit
c47ed7a0f3
@ -48,12 +48,21 @@
|
|||||||
/* $(".tooltip-close").click(function(){
|
/* $(".tooltip-close").click(function(){
|
||||||
$('[data-tooltip="sub35_pop01"]').focus();
|
$('[data-tooltip="sub35_pop01"]').focus();
|
||||||
}); */
|
}); */
|
||||||
$(".tooltip-close").click(function(){
|
|
||||||
var fileType = '${fileType}';
|
//$(".tooltip-close").click(function(){
|
||||||
$('#'+fileType).focus();
|
//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
|
* INNORIX
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user