Hi Team,
Can you please suggest how to upgrade the JQuery version in AEM 6.2. Is it recommended. If not what are recommended ways to do this.
Solved! Go to Solution.
Views
Replies
Total Likes
You are free to use any JQuery version you want in AEM.
Simply create a clientlib - name it something like newJquery and place the new JQuery JS libs in it.
AEM supports that. Only issue is if you want to perform an AJAX request - the default JQuery cq.jquery has a token that lets you perform AJAX operations.
MOst use cases for JQuery are fine with the default AEM JQuery version.
Views
Replies
Total Likes
I don't think it is possible for us to upgrade to jQuery 3.x as it is not compatible with the target browsers of 6.1 and 6.2. Although you can use the jquery added to your project clientlibs and use it on need basis
Views
Replies
Total Likes
You are free to use any JQuery version you want in AEM.
Simply create a clientlib - name it something like newJquery and place the new JQuery JS libs in it.
AEM supports that. Only issue is if you want to perform an AJAX request - the default JQuery cq.jquery has a token that lets you perform AJAX operations.
MOst use cases for JQuery are fine with the default AEM JQuery version.
Views
Replies
Total Likes
Won't this create two versions of jquery?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies