File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ See [issue #544](https://github.com/jquery-form/form/issues/544) for more inform
31
31
32
32
### CDN
33
33
``` html
34
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.2 /jquery.form.min.js" integrity =" sha384-FzT3vTVGXqf7wRfy8k4BiyzvbNfeYjK+frTVqZeNDFl8woCbF0CYG6g2fMEFFo/i " crossorigin =" anonymous" ></script >
34
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.3.0 /jquery.form.min.js" integrity =" sha384-qlmct0AOBiA2VPZkMY3+2WqkHtIQ9lSdAsAn5RUJD/3vA5MKDgSGcdmIv4ycVxyn " crossorigin =" anonymous" ></script >
35
35
```
36
36
or
37
37
``` html
38
- <script src =" https://cdn.jsdelivr.net/gh/jquery-form/form@4.2.2 /dist/jquery.form.min.js" integrity =" sha384-FzT3vTVGXqf7wRfy8k4BiyzvbNfeYjK+frTVqZeNDFl8woCbF0CYG6g2fMEFFo/i " crossorigin =" anonymous" ></script >
38
+ <script src =" https://cdn.jsdelivr.net/gh/jquery-form/form@4.3.0 /dist/jquery.form.min.js" integrity =" sha384-qlmct0AOBiA2VPZkMY3+2WqkHtIQ9lSdAsAn5RUJD/3vA5MKDgSGcdmIv4ycVxyn " crossorigin =" anonymous" ></script >
39
39
```
40
40
41
41
---
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms
19
19
<html >
20
20
<head >
21
21
<script src =" https://code.jquery.com/jquery-3.5.1.min.js" integrity =" sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin =" anonymous" ></script >
22
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.2 /jquery.form.min.js" integrity =" sha384-FzT3vTVGXqf7wRfy8k4BiyzvbNfeYjK+frTVqZeNDFl8woCbF0CYG6g2fMEFFo/i " crossorigin =" anonymous" ></script >
22
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.3.0 /jquery.form.min.js" integrity =" sha384-qlmct0AOBiA2VPZkMY3+2WqkHtIQ9lSdAsAn5RUJD/3vA5MKDgSGcdmIv4ycVxyn " crossorigin =" anonymous" ></script >
23
23
24
24
<script >
25
25
// wait for the DOM to be loaded
You can’t perform that action at this time.
0 commit comments