This is a little example of how to load jQuery from Googles CDN. I prefer to load it from there as it’s nicely minified and g-zipped as well there is a better chance a user would have already picked up this file from another site so it will already be cached. This can improve the loading time of your site and every little bit helps. We also provide a fallback in case Google decides to crash for whatever reason. Read Full Article