I’ve noticed this question has been answered in relation to various developers jquery installations, however i have come across this error and i am trying to figure out what is conflicting/causing this error message to occur in my script. I have made attempts to install a jQuery carousel onto my site which i have used before on pervious sites, however something within my code is preventing this carousel to work. Does this have something to do with the HTML 5 boilderplate prototype?
Is there anyone out there that can pin-point this issue?
the issue that you have is
jQuery is not definedbecause you load it at the end of the document, and it should be the first to load before any jQuery pluginsin other word, this 2 scripts :
must be after