제3차 퍼블 변경 사항 적용작업

This commit is contained in:
KNKIM 2021-10-25 08:26:19 +09:00
parent 5ddfdc504e
commit 16516565a9

View File

@ -20,7 +20,9 @@ $(document).ready(function(){
/* 인기자료 탭메뉴 */
(function ($) {
$('.tab ul.tabs').addClass('active').find('> li:eq(0)').addClass('current');
$('.tab ul.tabs li a').click(function (g) {
var tab = $(this).closest('.tab'),
index = $(this).closest('li').index();