Skip to main content
Level 2
April 23, 2023
해결됨

$(window).adaptTo is not a function

  • April 23, 2023
  • 1 답변
  • 731 조회

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!

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

JoshDBoyle6작성자답변
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.