Answer the question
In order to leave comments, you need to log in
Why does the console say error in js?
I use swiper slider as a slider, as well as fancybox for galleries.
Neither one nor the other works.
About the slider, the console "says" an error, they say
TypeError: $(...)[actionDom] is not a function
TypeError: $(...).fancybox is not a function
Answer the question
In order to leave comments, you need to log in
Scripts can be pushed anywhere, the main thing is that you do not try to call them before they are loaded.
$( document ).ready(function() {
...
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question