내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Using JQuery in Adobe Campaign WebApp

Avatar

Level 3

Hi,

Is it possible to use a JQuery function in Adobe Campaign web application?

When I try to use one and preview the app I get a script error saying

'$' is undefined. Obviously I can't use JQuery without the dollar symbol.

Is there a way to bypass this?

Thanks,

Sagi

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi Vipul whats the difference between 8886 and 8887

@OP in your code you can replace "$" by "jQuery" and the code should work.

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 10

Hi Sagi,

I'm not sure it is possible. Though I cannot confirm 100% right now since I'm not very familiar with such cases.

Let me know if you find a solution in the meantime,

Florent

Avatar

Employee

Hi Sagi,

Can you please confirm which build you are on.

There was similar regression found in build 8766 which was fixed in build 8770.

Maybe you are impacted because of it.

Regards,
Vipul

Avatar

Level 3

Hi Vipul,

I'm using version 6.1.1 build 8754

server version 6.1.1 build 8754

Avatar

Employee

Hi Sagil,

Quite possible your instance is impacted because of the same bug.

I would recommend upgrading to atleast 8770, however, we have the latest build 8887 available these days.

Regards,
Vipul

Avatar

정확한 답변 작성자:
Level 10

Hi Vipul whats the difference between 8886 and 8887

@OP in your code you can replace "$" by "jQuery" and the code should work.

Avatar

Level 3

Thanks David that worked

Sagi