제이쿼리질문 채택완료
초보입니다1
7년 전
조회 2,608
안녕하세요 초보 퍼블리셔 입니다 ㅠㅠ;
소스 개별적으로 할때는 되는데
두개를 합치니 소스가 탭메뉴는 되는데 이미지슬라이드는 안되서 글을올립니다
스크립트 충돌같은데 어떻게 해결을 해야할까요 ㅠㅠ
</p>
<p>
<script>
var swiper = new Swiper('.swiper-container', {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 2500,
disableOnInteraction: false,
},
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
$(function () {</p>
<p> $(".tab_content").hide();
$(".tab_content:first").show();</p>
<p> $("ul.tabs li").click(function () {
$("ul.tabs li").removeClass("active").css("color", "#797979");
//$(this).addClass("active").css({"color": "darkred","font-weight": "bolder"});
$(this).addClass("active").css("color", "#fff");
$(".tab_content").hide()
var activeTab = $(this).attr("rel");
$("#" + activeTab).fadeIn()
});
});</p>
<p>
</script></p>
<p> </p>
<p>
댓글을 작성하려면 로그인이 필요합니다.
답변 3개
채택된 답변
+20 포인트
7년 전
안에 슬라이드 요소
탭안에 슬라이드 요소가 들어가 있네요.
보이는 소스상에는 ul li 요소가 보이지 않지만
슬라이드 관련 css 에서 분명 ul li 요소에 대한 스타일이 있을겁니다.
그게 탭에 영향을 받는 증상 입니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
7년 전
KT샵 이용고객의 평가는?
- iPhon X
- iPhon 8
- LG V30
- Galaxy S8
2222Mortal Kombat returns after a lengthy hiatus and puts players back into the Tournament for 2D fighting with gruesome combat.
3333Halo: Reach is the culmination of the superlative combat, sensational multiplayer, and seamless online integration that are the hallmarks of this superb series.
3333H44.
전체 소스입니다
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인