Hello,
OOTB AEM leverages jQuery 1.12* version. However, we want to use jQuery 3 instead of this default OOTB version. Most of the documentation seems to point to /etc/ for customization and is outdated.
We're planning to use a different namespace/variable name/object name for this custom jQuery 3 so they won't conflict.
Any ideas on implementing custom jQuery version on AEM?
Thanks.
Solved! Go to Solution.
Have you tried the below approach mentioned in the document:
https://helpx.adobe.com/in/experience-manager/kb/resolve-jquery-library-conflicts-aem6.html
Log in to CRX/DE Lite as administrator (http://localhost:4502/crx/de/index.jsp).
Go to /etc/clientlibs/foundation/jquery.
Add the value granite.jquery.noconflict after granite.jquery in the dependencies property.
Click Save All, to save the changes.
Thanks!
Have you tried the below approach mentioned in the document:
https://helpx.adobe.com/in/experience-manager/kb/resolve-jquery-library-conflicts-aem6.html
Log in to CRX/DE Lite as administrator (http://localhost:4502/crx/de/index.jsp).
Go to /etc/clientlibs/foundation/jquery.
Add the value granite.jquery.noconflict after granite.jquery in the dependencies property.
Click Save All, to save the changes.
Thanks!
we've customized in a different way but the below is not a solution and the documentation in that article is outdaed and does not fit for latest AEM versions.
Hi @Singaiah_Chintalapudi could you share your customization?
Thanks a lot.
How did you do the customization, Can you please share the steps?
Thanks
Views
Replies
Total Likes