File tree 1 file changed +17
-4
lines changed
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ Please note that this project is released with a [Contributor Code of Conduct](C
14
14
##Requirements
15
15
Requires jQuery 1.7+.
16
16
17
+ ##Download
18
+ * ** Development:** [ src/jquery.form.js
19
+ ] ( https://github.com/jquery-form/form/blob/master/src/jquery.form.js )
20
+ * ** Production/Minified:** [ dist/jquery.form.min.js
21
+ ] ( https://github.com/jquery-form/form/blob/master/dist/jquery.form.min.js )
22
+
23
+ ###CDN
24
+ * ** v4.0.0**
25
+ ` <script src="https://cdn.rawgit.com/jquery-form/form/v4.0.0/dist/jquery.form.min.js" integrity="sha384-VbVFC0lW+zWNPASj3BNeyyhq8bfMBuPS/oKvruIvimT8gB9mee2oQtrFarxCzL5m" crossorigin="anonymous"></script> `
26
+
27
+ * ** v3.51.0**
28
+ ` <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.51/jquery.form.min.js" integrity="sha384-PtoF94KNPetQqtyWrt7MCIFhajxLf9jnI6qysmzN5x7hcSRpKj7hML3cJi+BgBne" crossorigin="anonymous"></script> `
29
+ or
30
+ ` <script src="https://oss.maxcdn.com/jquery.form/3.51/jquery.form.min.js" integrity="sha384-+MH/JJ/f/MpqUtleUQmbvWeijy4xwPHS7BTjaTaBYGhAvgLxeSQqxDYkainJGDee" crossorigin="anonymous"></script> `
31
+ or
32
+ ` <script src="https://cdn.jsdelivr.net/jquery.form/3.51/jquery.form.min.js" integrity="sha384-+MH/JJ/f/MpqUtleUQmbvWeijy4xwPHS7BTjaTaBYGhAvgLxeSQqxDYkainJGDee" crossorigin="anonymous"></script> `
33
+
17
34
---
18
35
19
36
##API
@@ -206,10 +223,6 @@ The Form Plugin supports use of [XMLHttpRequest Level 2]("http://www.w3.org/TR/X
206
223
207
224
---
208
225
209
- ##CDN Support
210
- ` <script src="//oss.maxcdn.com/jquery.form/3.50/jquery.form.min.js"></script> `
211
-
212
-
213
226
##Contributors
214
227
This project has transferred from [ github.com/malsup/form] ( https://github.com/malsup/form/ ) , courtesy of [ Mike Alsup] ( https://github.com/malsup ) .
215
228
See [ CONTRIBUTORS] ( CONTRIBUTORS.md ) for details.
You can’t perform that action at this time.
0 commit comments