"jQuery is Not Defined" – Console Error
-
Hey all,
Just like the title says, I”m getting a console error: “Uncaught ReferenceError: jQuery is not defined ” in regards to the jquery.cycle.all.min.js file.
I believe the formatting of the HTML is good to go. Here it is:
<div id="slideshow"> <img src="img-src" width="xxx" height="xxx" class="20130719050506" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050512" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050516" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050520" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050524" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050528" alt="" /> <img src="img-src" width="xxx" height="xxx" class="20130719050532" alt="" /> </div>
Is the first image supposed to have class=”first”?
I haven’t seen any other topics about the jQuery breaking…anyone have an idea?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘"jQuery is Not Defined" – Console Error’ is closed to new replies.