File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ Requires jQuery 1.7 or later. Compatible with jQuery 2 and 3.
2222
2323### CDN
2424``` html
25- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.1.0/jquery.form.min.js" integrity =" sha384-pg7GKHZrgICSnX14mRuztzbN1Bm75xUKyCyzDCUbkOp0nHzgGYqiLsc6XpflqxAc" crossorigin =" anonymous" ></script >
26- ```
27- or
28- ``` html
29- <script src =" https://cdn.jsdelivr.net/jquery.form/4.1.0/jquery.form.min.js" integrity =" sha384-pg7GKHZrgICSnX14mRuztzbN1Bm75xUKyCyzDCUbkOp0nHzgGYqiLsc6XpflqxAc" crossorigin =" anonymous" ></script >
25+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.0/jquery.form.min.js" integrity =" sha384-E4RHdVZeKSwHURtFU54q6xQyOpwAhqHxy2xl9NLW9TQIqdNrNh60QVClBRBkjeB8" crossorigin =" anonymous" ></script >
3026```
3127
3228---
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.2.0.min.js" integrity =" sha256-JAW99MJVpJBGcbzEuXk4Az05s/XyDdBomFqNlM3ic+I=" crossorigin =" anonymous" ></script >
22- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.1 .0/jquery.form.min.js" integrity =" sha384-pg7GKHZrgICSnX14mRuztzbN1Bm75xUKyCyzDCUbkOp0nHzgGYqiLsc6XpflqxAc " crossorigin =" anonymous" ></script >
22+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2 .0/jquery.form.min.js" integrity =" sha384-E4RHdVZeKSwHURtFU54q6xQyOpwAhqHxy2xl9NLW9TQIqdNrNh60QVClBRBkjeB8 " 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