Loading latest versions of jQuery and jQueryUI from Google's CDN servers


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



Copy this code and paste it in your HTML
  1. <script src="http://www.google.com/jsapi"></script>
  2. <script>
  3. // Load the latest version of jQuery
  4. google.load("jquery", "1");
  5. google.load("jqueryui", "1");
  6. </script>

URL: http://deit.desales.edu/deit

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.