Uncaught TypeError: $(...).slick is not a function 에러 질문드립니다. 채택완료
안녕하세요.
기존테마 응용해서 사용후기 슬라이더 적용하려고 하는데요~
아래처럼 오류가 발생하는데 이유를 알수가없어서요 ㅠㅠ
Copy
<script>
//후기
$('.review').slick({ ㅇ<- 여기 X 표시되면서 오류코드 Uncaught TypeError: $(...).slick is not a function
dots: true,
arrows: false,
slidesToShow: 3,
autoplay: true,
autoplaySpeed: 2000,
responsive: [
{
breakpoint: 970,
settings: {
arrows: false,
centerMode: true,
centerPadding: '20%',
slidesToShow: 1
}
},
{
breakpoint: 670,
settings: {
arrows: false,
centerMode: true,
centerPadding: '10%',
slidesToShow: 1
}
}
]
});
$("#container").removeClass("container").addClass("idx-container");
</script>
답변 3개
답변을 작성하려면 로그인이 필요합니다.
로그인