Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Vipul whats the difference between 8886 and 8887

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

View solution in original post

6 Replies

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 Advisor

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 Advisor

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

Correct answer by
Community Advisor

Hi Vipul whats the difference between 8886 and 8887

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