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
3131
3232### CDN
3333``` 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 >
3535```
3636or
3737``` 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 >
3939```
4040
4141---
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
1919 <html >
2020 <head >
2121 <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 >
2323
2424 <script >
2525 // wait for the DOM to be loaded
You can’t perform that action at this time.
0 commit comments