Changes for page Using jQuery and jQuery UI
Last modified by Thomas Mortagne on 2023/10/10
From version 2.1
edited by slauriere
on 2023/04/19
on 2023/04/19
Change comment:
Add info about JQuery UI CSS usage
To version 3.1
edited by Thomas Mortagne
on 2023/10/10
on 2023/10/10
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. slauriere1 +XWiki.ThomasMortagne - Content
-
... ... @@ -1,4 +1,4 @@ 1 -jQuery and jQuery UI are provided as Webjars in XWiki, and so can be easily integrated into XWiki using RequireJS ([[see here>> doc:platform:DevGuide.IntegratingJavaScriptLibraries]] for details).1 +jQuery and jQuery UI are provided as Webjars in XWiki, and so can be easily integrated into XWiki using RequireJS ([[see here>>Documentation.DevGuide.IntegratingJavaScriptLibraries]] for details). 2 2 3 3 The location of the jQuery webjar is declared in the common page template in javascript.vm, so it can be used simply with 4 4 {{code}}require(['jquery'], function($) { jQuery code });{{/code}} ... ... @@ -43,6 +43,6 @@ 43 43 44 44 = References = 45 45 46 -* [[Integrating Javascript Libraries in XWiki>> doc:platform:DevGuide.IntegratingJavaScriptLibraries]]47 -* More information about using [[XWiki Javascript events>> doc:platform:DevGuide.JavaScriptAPI]]48 -* [[Incorporating Javascript into skin extensions>> doc:platform:DevGuide.SkinExtensionsTutorial]]46 +* [[Integrating Javascript Libraries in XWiki>>Documentation.DevGuide.IntegratingJavaScriptLibraries]] 47 +* More information about using [[XWiki Javascript events>>Documentation.DevGuide.JavaScriptAPI]] 48 +* [[Incorporating Javascript into skin extensions>>Documentation.DevGuide.SkinExtensionsTutorial]]