OwlCarousel2 / OwlCarousel2

DEPRECATED jQuery Responsive Carousel.
http://owlcarousel2.github.io/OwlCarousel2/
Other
7.92k stars 2.27k forks source link

index.html:2100 Uncaught TypeError: $(...).owlCarousel is not a function #2792

Open wocky-wocky opened 3 years ago

wocky-wocky commented 3 years ago

image Just plugged in the script and this is a standard error. What shall I do? I didn't add anything of my own, I just want the slider to work. (translator)

kubami9 commented 3 years ago

Hey @Wockywocky , this project isn't maintained anymore and as it's said in the README, I suggest you switch to tiny-slider instead. I don't see your code so I'm not sure but maybe you didn't import jQuery before this script tag and that's why you get this error. If you wanna proceed with owl-carousel make sure you add either jQuery or Zepto before using owl. Otherwise go with tiny-slider and it doesn't uses any external libraries.