2024/01/29 웹접근성 > 주석처리변경
This commit is contained in:
parent
283799cfe3
commit
535e89b694
@ -219,12 +219,13 @@ $(document).ready(function(){
|
|||||||
btnLast.attr('data-focus-next','sub36_pop02');
|
btnLast.attr('data-focus-next','sub36_pop02');
|
||||||
btnLast.attr('data-focus','sub36_pop02_close');
|
btnLast.attr('data-focus','sub36_pop02_close');
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// 레이어팝업 포커싱 이동 수정
|
// 레이어팝업 포커싱 이동 수정
|
||||||
//$(".tooltip-close").click(function(){
|
/*$(".tooltip-close").click(function(){
|
||||||
//var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
|
||||||
//activeTarget.hide();
|
activeTarget.hide();
|
||||||
//$('[data-tooltip="sub37_pop20"]:nth-child(2)').focus();
|
$('[data-tooltip="sub37_pop20"]:nth-child(2)').focus();
|
||||||
//});
|
});*/
|
||||||
|
|
||||||
$(".tooltip-close").click(function(e){
|
$(".tooltip-close").click(function(e){
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
@ -49,10 +49,10 @@
|
|||||||
$('[data-tooltip="sub35_pop01"]').focus();
|
$('[data-tooltip="sub35_pop01"]').focus();
|
||||||
}); */
|
}); */
|
||||||
|
|
||||||
//$(".tooltip-close").click(function(){
|
/*$(".tooltip-close").click(function(){
|
||||||
//var fileType = '${fileType}';
|
var fileType = '${fileType}';
|
||||||
//$('#'+fileType).focus();
|
$('#'+fileType).focus();
|
||||||
//});
|
});*/
|
||||||
|
|
||||||
$(".tooltip-close").click(function(e){
|
$(".tooltip-close").click(function(e){
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user