Google's jQuery CDN - Most Recent version 1


/ Published in: jQuery
Save to your folder(s)

Instead of putting "1.4.2" or whatever in the src, if you just put "1", you'll get the most recent version. At least until they release v2.


Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Report this snippet


Comments


You need to login to view comments.