File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 15
15
< head >
16
16
< meta charset ="utf-8 ">
17
17
< title > jQuery File Upload Plugin postMessage API</ title >
18
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.0 /jquery.min.js "> </ script >
18
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.1 /jquery.min.js "> </ script >
19
19
</ head >
20
20
< body >
21
21
< script >
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ <h3 class="modal-title"></h3>
211
211
</ tr >
212
212
{ % } %}
213
213
</ script >
214
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.0 /jquery.min.js "> </ script >
214
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.1 /jquery.min.js "> </ script >
215
215
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
216
216
< script src ="js/vendor/jquery.ui.widget.js "> </ script >
217
217
<!-- The Templates plugin is included to render the upload/download listings -->
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Plugin 5.21.2
2
+ * jQuery File Upload Plugin 5.21.3
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2010, Sebastian Tschan
33
33
$ . support . xhrFileUpload = ! ! ( window . XMLHttpRequestUpload && window . FileReader ) ;
34
34
$ . support . xhrFormDataFileUpload = ! ! window . FormData ;
35
35
36
- // The form.elements propHook is added to filter serialized elements
37
- // to not include file inputs in jQuery 1.9.0.
38
- // This hooks directly into jQuery.fn.serializeArray.
39
- // For more info, see http://bugs.jquery.com/ticket/13306
40
- $ . propHooks . elements = {
41
- get : function ( form ) {
42
- if ( $ . nodeName ( form , 'form' ) ) {
43
- return $ . grep ( form . elements , function ( elem ) {
44
- return ! $ . nodeName ( elem , 'input' ) || elem . type !== 'file' ;
45
- } ) ;
46
- }
47
- return null ;
48
- }
49
- } ;
50
-
51
36
// The fileupload widget listens for change events on file input fields defined
52
37
// via fileInput setting and paste or drop events of the given dropZone.
53
38
// In addition to the default jQuery Widget methods, the fileupload widget
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ <h2 id="qunit-userAgent"></h2>
129
129
</ tr >
130
130
{ % } %}
131
131
</ script >
132
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.0 /jquery.min.js "> </ script >
132
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.9.1 /jquery.min.js "> </ script >
133
133
< script src ="../js/vendor/jquery.ui.widget.js "> </ script >
134
134
< script src ="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js "> </ script >
135
135
< script src ="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments