mirror of
https://github.com/blueimp/jQuery-File-Upload.git
synced 2025-12-11 20:15:08 +01:00
Demo: Downgrade jQuery to test older browsers.
This commit is contained in:
parent
ee0b8c73ff
commit
562354b309
@ -16,8 +16,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>jQuery File Upload Plugin postMessage API</title>
|
<title>jQuery File Upload Plugin postMessage API</title>
|
||||||
<script
|
<script
|
||||||
src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
|
src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
|
||||||
integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
|
integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@ -296,8 +296,8 @@
|
|||||||
{% } %}
|
{% } %}
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script
|
||||||
src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
|
src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
|
||||||
integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh"
|
integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
|
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user