Skip to content

Commit 99b3b56

Browse files
authored
DOC-3503: Update jQuery integration example to jQuery 4 (#4161)
Update the Cloud quick start example to load jQuery 4.0.0, matching tinymce-jquery v2.3 support for jQuery v4. The jsDelivr tinymce-jquery reference already resolves to the latest 2.x release.
1 parent 631267e commit 99b3b56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/partials/integrations/jquery-quick-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ ifeval::["{productSource}" == "cloud"]
173173
<meta charset="utf-8">
174174
<meta name="viewport" content="width=device-width, initial-scale=1">
175175
<script
176-
src="https://code.jquery.com/jquery-3.6.0.min.js"
177-
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
176+
src="https://code.jquery.com/jquery-4.0.0.min.js"
177+
integrity="sha256-OaVG6prZf4v69dPg6PhVattBXkcOWQB62pdZ3ORyrao="
178178
crossorigin="anonymous"
179179
></script>
180180
<script

0 commit comments

Comments
 (0)