/ Published in: HTML
URL: http://code.google.com/intl/en-US/apis/libraries/devguide.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.)
Expand |
Embed | Plain Text
<!-- 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>
You need to login to post a comment.
