jQuery not defined, Cannot read property 'mozilla' of undefined and others
Hey guys
New here, hoping someone can help..
Keep getting these JS erros on our wordpress site - www.markov.com.au
Uncaught ReferenceError: jQuery is not defined ui.core.js:10
Uncaught ReferenceError: jQuery is not defined ui.accordion.js:477
Uncaught ReferenceError: $ is not defined lib.js:1
Uncaught ReferenceError: $ is not defined markovLoad.js:1
Uncaught TypeError: Cannot read property 'mozilla' of undefined ui.core.js:13
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'widget' ui.accordion.js:15
Uncaught TypeError: Object [object Object] has no method 'accordion' markovLoad.js:4
FB.getLoginStatus() called before calling FB.init(). all.js:52
I've tried all the solutions I found on the net, most of them referred to making sure that the lines of code were in the right order..
Bookmarks