[TASK] Use $ instead of TYPO3.jQuery
In TYPO3 6.0 we introduced TYPO3.jQuery as a possibility to have jQuery run side-by-side with prototype.js in a no-conflict mode. Since TYPO3 7.5, prototype.js was removed, and $ can be used. PageRenderer now sets TYPO3.jQuery AND $ as shorthand-functionality and all places in the TYPO3 Core are replaced with the common $ functionality, so TYPO3.jQuery should be avoided. Resolves: #79221 Releases: master Change-Id: I9177d7d3ad618fa7bb3a7e2ea483f39d6d4231bc Reviewed-on: https://review.typo3.org/51212 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Resources/Private/Templates/File/ReplaceFile.html 3 additions, 3 deletions...backend/Resources/Private/Templates/File/ReplaceFile.html
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SelectTreeElement.js 1 addition, 1 deletion...Public/JavaScript/FormEngine/Element/SelectTreeElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/FormEngineFlexForm.js
- typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js 1 addition, 1 deletion.../backend/Resources/Public/JavaScript/ImageManipulation.js
- typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js 1 addition, 1 deletion...ysext/backend/Resources/Public/JavaScript/LoginRefresh.js
- typo3/sysext/backend/Resources/Public/JavaScript/Modal.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/Modal.js
- typo3/sysext/backend/Resources/Public/JavaScript/Wizard/Colorpicker.js 1 addition, 1 deletion...backend/Resources/Public/JavaScript/Wizard/Colorpicker.js
- typo3/sysext/backend/Resources/Public/JavaScript/backend.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/backend.js
- typo3/sysext/backend/Resources/Public/JavaScript/extjs/components/pagetree/javascript/nodeui.js 1 addition, 1 deletion...JavaScript/extjs/components/pagetree/javascript/nodeui.js
- typo3/sysext/backend/Resources/Public/JavaScript/jquery.clearable.js 2 additions, 2 deletions...t/backend/Resources/Public/JavaScript/jquery.clearable.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js 51 additions, 53 deletions...sext/backend/Resources/Public/JavaScript/jsfunc.inline.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 5 additions, 5 deletions.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
- typo3/sysext/core/Classes/Page/PageRenderer.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Documentation/Changelog/master/Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst 19 additions, 0 deletions.../Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/bootstrap/bootstrap.js 1 addition, 1 deletion...esources/Public/JavaScript/Contrib/bootstrap/bootstrap.js
- typo3/sysext/extensionmanager/Resources/Public/JavaScript/Main.js 2 additions, 2 deletions...sext/extensionmanager/Resources/Public/JavaScript/Main.js
- typo3/sysext/recycler/Resources/Public/JavaScript/Recycler.js 1 addition, 1 deletion...3/sysext/recycler/Resources/Public/JavaScript/Recycler.js
- typo3/sysext/setup/Classes/Controller/SetupModuleController.php 5 additions, 5 deletions...sysext/setup/Classes/Controller/SetupModuleController.php
Please register or sign in to comment