Changes for page Release Notes for XWiki 5.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -46,6 +46,13 @@ 46 46 or, if the sheet has an object of type ##XWiki.SheetDescriptorClass##: 47 47 {{code language="none"}}#sheetTitle('LiveTable View Sheet'){{/code}} 48 48 ))) 49 +* A new 'jQueryNoConflict' module is available. All it does is calling ##jQuery.noConflict(false)## to prevent conflicts with Prototype.js (with respect to ##$## global variable):((( 50 +{{code language="none"}} 51 +require(['jQueryNoConflict'], function($) { 52 + // Your code here. 53 +}) 54 +{{/code}} 55 +))) 49 49 50 50 = Translations = 51 51