Skip to content

Commit 36052b4

Browse files
committed
Updated jQuery version.
1 parent 3d22459 commit 36052b4

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

angularjs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin AngularJS Demo 1.1
4+
* jQuery File Upload Plugin AngularJS Demo 1.1.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -181,7 +181,7 @@ <h3 class="modal-title"></h3>
181181
</a>
182182
</div>
183183
</div>
184-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
184+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
185185
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js"></script>
186186
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
187187
<script src="js/vendor/jquery.ui.widget.js"></script>

basic-plus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Plus Demo 1.1
4+
* jQuery File Upload Plugin Basic Plus Demo 1.1.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -97,7 +97,7 @@ <h3>Demo Notes</h3>
9797
</ul>
9898
</div>
9999
</div>
100-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
100+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
101101
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
102102
<script src="js/vendor/jquery.ui.widget.js"></script>
103103
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->

basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Demo 1.0
4+
* jQuery File Upload Plugin Basic Demo 1.0.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -97,7 +97,7 @@ <h3>Demo Notes</h3>
9797
</ul>
9898
</div>
9999
</div>
100-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
100+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
101101
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
102102
<script src="js/vendor/jquery.ui.widget.js"></script>
103103
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->

cors/postmessage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin postMessage API 1.2
4+
* jQuery File Upload Plugin postMessage API 1.2.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2011, Sebastian Tschan
@@ -15,7 +15,7 @@
1515
<head>
1616
<meta charset="utf-8">
1717
<title>jQuery File Upload Plugin postMessage API</title>
18-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
18+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
1919
</head>
2020
<body>
2121
<script>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Demo 8.1
4+
* jQuery File Upload Plugin Demo 8.1.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -222,13 +222,13 @@ <h3 class="modal-title"></h3>
222222
</tr>
223223
{% } %}
224224
</script>
225-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
225+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
226226
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
227227
<script src="js/vendor/jquery.ui.widget.js"></script>
228228
<!-- The Templates plugin is included to render the upload/download listings -->
229229
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
230230
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->
231-
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>
231+
<script src="http://localhost:8080/dev/blueimp/JavaScript-Load-Image/load-image.min.js"></script>
232232
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
233233
<script src="http://blueimp.github.com/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script>
234234
<!-- Bootstrap JS and Bootstrap Image Gallery are not required, but included for the demo -->

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Test 8.1
4+
* jQuery File Upload Plugin Test 8.1.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -136,7 +136,7 @@ <h2 id="qunit-userAgent"></h2>
136136
</tr>
137137
{% } %}
138138
</script>
139-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
139+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
140140
<script src="../js/vendor/jquery.ui.widget.js"></script>
141141
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
142142
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>

0 commit comments

Comments
 (0)