$(window).adaptTo is not a function | Community
Skip to main content
Level 2
April 23, 2023
Solved

$(window).adaptTo is not a function

  • April 23, 2023
  • 1 reply
  • 718 views

The above is OOTB AEM code that is breaking and preventing subsequent AEM code from firing that I need.  It's happening in the Page Properties dialog for our homepage.  I'm going to keep looking into this but wanted to see if anyone else had encountered this on the latest AEM as a Cloud Service build (happening both localling via SDK and also in cloud DEV).  Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JoshDBoyle6

No sooner did I post this that I saw one of our developers had added their own verison of jquery to the main clientlib our page component overlay uses.  Commenting out the inclusion of this jquery library resolved the issue.  I'm going to guess there was a conflict between the jquery that ships with AEMaaCS and this one.

1 reply

JoshDBoyle6AuthorAccepted solution
Level 2
April 23, 2023

No sooner did I post this that I saw one of our developers had added their own verison of jquery to the main clientlib our page component overlay uses.  Commenting out the inclusion of this jquery library resolved the issue.  I'm going to guess there was a conflict between the jquery that ships with AEMaaCS and this one.