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
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?
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>
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?