Skip to content

Commit 14fa0c8

Browse files
author
Kevin Morris
committed
Adds download links
1 parent 50e68c3 commit 14fa0c8

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ Please note that this project is released with a [Contributor Code of Conduct](C
1414
##Requirements
1515
Requires 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
214227
This project has transferred from [github.com/malsup/form](https://github.com/malsup/form/), courtesy of [Mike Alsup](https://github.com/malsup).
215228
See [CONTRIBUTORS](CONTRIBUTORS.md) for details.

0 commit comments

Comments
 (0)