CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   IE9 Problems Using Google jQuery CDN (http://www.codingforums.com/showthread.php?t=233822)

logictrap 08-02-2011 09:08 PM

IE9 Problems Using Google jQuery CDN
 
Some sites don't appear to load jquery from the google cdn links in IE9, yet function fine in safari and firefox.

If you click the IE9 compatibility icon then they start to work.

Is there a trick to using the CDN links with IE9?

Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>

logictrap 08-02-2011 09:40 PM

The problem appears to be the version.

When I switched to version 1.6.2 the CDN link works fine. Not sure how far back you can go, but 1.5.0 does not work.

Note: This only seems to be an issue with IE9 - ff, safari and chrome work fine.


All times are GMT +1. The time now is 03:19 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.