-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update jQuery in documentation #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| /> | ||
| <script src="https://kit.fontawesome.com/1f723026cf.js" crossorigin="anonymous"></script> | ||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> | ||
|
|
||
| <title>Forms A | Talis</title> | ||
| </head> | ||
| <body> | ||
|
|
@@ -34,37 +34,37 @@ | |
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
| <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link active" aria-current="page" href="/bootstrap-theme/formsA/">Forms</a> | ||
| </li> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link " href="/bootstrap-theme/error/">Error</a> | ||
| </li> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link " href="/bootstrap-theme/html-ipsum/">HTML Ipsum</a> | ||
| </li> | ||
|
|
||
| <li class="nav-item"> | ||
| <button class="nav-link js-loader-toggle" type="button"> | ||
| Toggle loader | ||
|
|
@@ -167,19 +167,15 @@ | |
| </nav> | ||
|
|
||
| <div class="container"> | ||
|
|
||
| <main id="content" tabindex="-1"> | ||
|
|
||
|
|
||
| <script | ||
| defer | ||
| type="text/javascript" | ||
| src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" | ||
| ></script> | ||
|
|
||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates jQuery to 3.7.1 |
||
|
|
||
| <script defer src="/bootstrap-theme/assets/FormValidatorA.js"></script> | ||
| <script defer src="/bootstrap-theme/assets/example-form.js"></script> | ||
|
|
||
|
|
||
| <header class="page-header"> | ||
| <div class="alert alert-danger"> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| /> | ||
| <script src="https://kit.fontawesome.com/1f723026cf.js" crossorigin="anonymous"></script> | ||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> | ||
|
|
||
| <title>Forms B | Talis</title> | ||
| </head> | ||
| <body> | ||
|
|
@@ -34,34 +34,34 @@ | |
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
| <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link " href="/bootstrap-theme/formsA/">Forms</a> | ||
| </li> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link " href="/bootstrap-theme/error/">Error</a> | ||
| </li> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| <li class="nav-item"> | ||
| <a class="nav-link " href="/bootstrap-theme/html-ipsum/">HTML Ipsum</a> | ||
| </li> | ||
|
|
||
| <li class="nav-item"> | ||
| <button class="nav-link js-loader-toggle" type="button"> | ||
| Toggle loader | ||
|
|
@@ -164,19 +164,15 @@ | |
| </nav> | ||
|
|
||
| <div class="container"> | ||
|
|
||
| <main id="content" tabindex="-1"> | ||
|
|
||
|
|
||
| <script | ||
| defer | ||
| type="text/javascript" | ||
| src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" | ||
| ></script> | ||
|
|
||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates jQuery to 3.7.1 |
||
|
|
||
| <script defer src="/bootstrap-theme/assets/FormValidatorB.js"></script> | ||
| <script defer src="/bootstrap-theme/assets/example-formB.js"></script> | ||
|
|
||
|
|
||
|
|
||
| <header class="page-header"> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,11 +3,7 @@ title: Forms | |
| --- | ||
|
|
||
| {% block head %} | ||
| <script | ||
| defer | ||
| type="text/javascript" | ||
| src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" | ||
| ></script> | ||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updates jQuery to 3.7.1 |
||
|
|
||
| {% include "partials/global/form-validatorA.njk" %} {% endblock %} | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates jQuery to 3.7.1