sarina28 Posted July 7, 2010 Report Posted July 7, 2010 I was told instead of downloading the latest jquery file, you can link to it, so you don't have to manually update it. Is this true? I looked around on the jquery site, and could not find anything. Quote
falkencreative Posted July 7, 2010 Report Posted July 7, 2010 Take a look at the "CDN hosted jQuery" section: http://docs.jquery.com/Downloading_jQuery Quote
sarina28 Posted July 8, 2010 Author Report Posted July 8, 2010 Take a look at the "CDN hosted jQuery" section: http://docs.jquery.com/Downloading_jQuery Thanks Quote
BeeDev Posted July 12, 2010 Report Posted July 12, 2010 (edited) It's not really mentioned there, but if you want to automatically include the latest version on your pages then: <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> EDIT: Or the minified version which would be more friendly for production sites: <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> Edited July 12, 2010 by BeeDev Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.