File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 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
1414##Requirements
1515Requires jQuery 1.7+.
1616
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+
1734---
1835
1936##API
@@ -206,10 +223,6 @@ The Form Plugin supports use of [XMLHttpRequest Level 2]("http://www.w3.org/TR/X
206223
207224---
208225
209- ##CDN Support
210- ` <script src="//oss.maxcdn.com/jquery.form/3.50/jquery.form.min.js"></script> `
211-
212-
213226##Contributors
214227This project has transferred from [ github.com/malsup/form] ( https://github.com/malsup/form/ ) , courtesy of [ Mike Alsup] ( https://github.com/malsup ) .
215228See [ CONTRIBUTORS] ( CONTRIBUTORS.md ) for details.
You can’t perform that action at this time.
0 commit comments