Google CDN for JQuery


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



Copy this code and paste it in your HTML
  1. /*Core*/
  2. http://ajax.googleapis.com/ajax/libs/jquery/<version>/jquery.js
  3. http://ajax.googleapis.com/ajax/libs/jquery/<version>/jquery.min.js
  4.  
  5.  
  6. /*UI*/
  7. http://ajax.googleapis.com/ajax/libs/jqueryui/<version>/jquery-ui.js
  8. http://ajax.googleapis.com/ajax/libs/jqueryui/<version>/jquery-ui.min.js
  9.  
  10. /*Theme*/
  11. http://ajax.googleapis.com/ajax/libs/jqueryui/<version>/themes/<theme name>/jquery-ui.css
  12.  
  13. /*Localization*/
  14. http://ajax.googleapis.com/ajax/libs/jqueryui/<version>/i18n/jquery-ui-i18n.min.js

URL: http://www.devcurry.com/2010/05/latest-jquery-and-jquery-ui-theme-links.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.