I am having troubles adding this carousel to my prestashop template.
It returns me the following error:
TypeError: $(...).owlCarousel is not a function
navigation : true
And the code using to initialize it is this one
$(document).ready(function() {
$("#owl-demo").owlCarousel({
navigation : true
});
});
I am trying to solve it, but seems imposible, since on an empty html page it works but not when I use it on the Prestashop.
Any clue?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…