We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25038ed commit b48e3c6Copy full SHA for b48e3c6
ajax_load.html
@@ -15,8 +15,8 @@
15
<!--[if lt IE 9]>
16
<link rel="stylesheet" href="assets/stylesheets/ie.css" />
17
<![endif]-->
18
-<script src="assets/javascripts/jquery.js"></script>
19
-<script src="assets/javascripts/jquery.ui.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js"></script>
20
<script src="assets/javascripts/jquery.desktop.js"></script>
21
<script>
22
jQuery(document).ready(function($) {
0 commit comments