TypeError: $(…).owlCarousel is not a function

前端 未结 8 870
青春惊慌失措
青春惊慌失措 2020-12-11 16:26

I am having troubles adding this carousel to my prestashop template.

It returns me the following error:

TypeError: $(...).owlCarousel is not a function navig

相关标签:
8条回答
  • 2020-12-11 16:52

    Add owl.carousel.min.js file in your home page and before the file in which you are using add the following code:

    $("#owl-demo").owlCarousel({
        navigation : true
      });
    

    Then only it will work.

    0 讨论(0)
  • 2020-12-11 16:54

    Add Your Jquery file and owl.js file to header section

    0 讨论(0)
提交回复
热议问题