충돌해결

This commit is contained in:
KNKIM 2021-11-26 14:45:52 +09:00
commit 5edc388a68
2 changed files with 2055 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,10 +19,10 @@ $(document).ready(function(){
});
//접근성
$('.location-box .loc li:first-child').append('<span>다음</span>');
$('.location-box .loc li span').hide();
$('.location-box .loc li').append('<span>다음</span>');
$('.location-box .loc li.on *').remove('');
$('.location .inner .row-top .arr img').attr('alt','');
/* 인기자료 탭메뉴 */
(function ($) {
$(".tab ul.tabs").addClass("active").find("> li:eq(0)").addClass("current");