Answer the question
In order to leave comments, you need to log in
Why doesn't js work on a wordpress site?
f2.jyrig.me does n't have js working, even though it's perfectly readable by the browser. Here is what the console outputs:
What should I do to make it work? I'm new to the subject, thanks in advance :)
Answer the question
In order to leave comments, you need to log in
You write
Replace $
with jQuery
, or wrap in a self-invoking function
(function($) {
// здесь ваш код
})(jQuery)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question