Skip to content

Commit b48e3c6

Browse files
author
Nathan Smith
committed
Pointing the jQuery + jQuery UI source to Google's Ajax API.
1 parent 25038ed commit b48e3c6

File tree

4 files changed

+4
-949
lines changed

4 files changed

+4
-949
lines changed

ajax_load.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<!--[if lt IE 9]>
1616
<link rel="stylesheet" href="assets/stylesheets/ie.css" />
1717
<![endif]-->
18-
<script src="assets/javascripts/jquery.js"></script>
19-
<script src="assets/javascripts/jquery.ui.js"></script>
18+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
19+
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js"></script>
2020
<script src="assets/javascripts/jquery.desktop.js"></script>
2121
<script>
2222
jQuery(document).ready(function($) {

0 commit comments

Comments
 (0)