미키 수정
This commit is contained in:
@@ -17,7 +17,8 @@ $(document).ready(function () {
|
||||
$thisBtn.closest("li").addClass("active");
|
||||
|
||||
// 탭 콘텐츠 show/hide
|
||||
$tabContents.hide().eq(currentIndex).show();
|
||||
$tabContents.removeClass("active");
|
||||
$tabContents.eq(currentIndex).addClass("active");
|
||||
|
||||
// 스크롤 이동
|
||||
$("html, body").animate(
|
||||
|
||||
Reference in New Issue
Block a user