CDN Link for jQuery, jQuery UI, jQuery Validate & jQuery Cycle Plugins
Using a CDN (content delivery network) can help pages load faster and reduce the strain on your web server by offloading the jQuery files to an external server. Here’s some links for commonly used jQuery files and plugins:
| Name | Version | Website | CDN Link |
|---|---|---|---|
| jQuery CDN |
1.7.1 | jQuery | http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js |
| jQuery UI CDN |
1.8.16 | jQuery UI | https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js |
| jQuery UI Theme CDN | 1.8.16 | jQuery UI | http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css |
| jQuery Cycle CDN |
2.99 | Malsup | http://ajax.microsoft.com/ajax/jquery.cycle/2.99/jquery.cycle.all.min.js |
| jQuery Validate CDN |
1.9 | bassistance.de | http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js |
| jQuery Validate CDN Additional Methods |
1.9 | bassistance.de | http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.min.js |
How to use the jQuery CDN links in a web page
The links should be inserted between the <head> tags using the <script> tag as show here:
<script type=”text/javascript” src=”PUT CDN LINK HERE“></script>
Please add a comment if you have additional jQuery CDN links that should be included.
| Written by: Don Lyckman Don Lyckman is a Web Developer/Designer |
If you enjoyed this post, please consider leaving a comment or subscribe to the feed and get future articles delivered to your feed reader.

