/ Published in: HTML

Proper way of loading libs such as jQuery from Google's CDN. Place these JavaScripts at the bottom for fast page loading. To target different versions, you can be more specific if you want; eg. /1.4/ or even /1.4.4/.
(NOTE: you may either use http:// or https:// depending on your needs. Both will work.)
(NOTE: you may either use http:// or https:// depending on your needs. Both will work.)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- Load jQuery from Google's CDN --> <!-- Fall back to local lib if loading from Google's CDN fails --> <script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.4.4.js"%3E%3C/script%3E'))</script>
URL: http://code.google.com/intl/en-US/apis/libraries/devguide.html
Comments
