22 라인 : 다음 처리

This commit is contained in:
KNKIM 2021-11-26 19:40:12 +09:00
parent aea585a3b0
commit 23c5d8b104

View File

@ -19,7 +19,7 @@ $(document).ready(function(){
}); });
//접근성 //접근성
$('.location-box .loc li').append('<span>다음</span>'); $('.location-box .loc li').append('<span class="blind">다음</span>');
$('.location-box .loc li.on *').remove(''); $('.location-box .loc li.on *').remove('');
$('.location .inner .row-top .arr img').attr('alt',''); $('.location .inner .row-top .arr img').attr('alt','');