listerdl
07-05-2012, 05:26 PM
In IE9 I tested my site and there is a "helpful" box that pops up saying that there is an error on the page.
The error I got was "Get Error 'jQuery' is undefined"
So after some research I read that the fix (http://stackoverflow.com/questions/6923779/get-error-jquery-is-undefined) is to include the JQuery link (either through the Google CDN or otherwise).
So, I pasted that in the code and the error has gone. I guess I have fixed it but I don't really understand what I have done - I mean, did another javascript request the jquery and now all is good?
I guess if it works it works but id like to understand how I fixed it.
Thanks
(I should add that I know virtually nothing about javascript, rather my contribution to the site was html and css/ design etc.).
The error I got was "Get Error 'jQuery' is undefined"
So after some research I read that the fix (http://stackoverflow.com/questions/6923779/get-error-jquery-is-undefined) is to include the JQuery link (either through the Google CDN or otherwise).
So, I pasted that in the code and the error has gone. I guess I have fixed it but I don't really understand what I have done - I mean, did another javascript request the jquery and now all is good?
I guess if it works it works but id like to understand how I fixed it.
Thanks
(I should add that I know virtually nothing about javascript, rather my contribution to the site was html and css/ design etc.).