IE7- jquery not define problem?

alvito

New member
Apr 22, 2011
100
0
0
Hey guys,
I have a problem where in IE7 (in IE8 and IE9 its fine) my jqueryd site does not work. The error says 'jquery not defined' ....})(jQuery);


but i read online that since im loading jquery through google ie
Code:
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
that is why the problem occurs. If I just add *.googleapis.com to your trusted sites list, then the site resolves properly.

However isnt this a bit poor, I mean I cant tell every guy that visits my site to add it to his trusted sites? Any other work around?
 


Try this:
Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>