Using JQuery in Adobe Campaign WebApp | Community
Skip to main content
Level 3
December 4, 2017
Solved

Using JQuery in Adobe Campaign WebApp

  • December 4, 2017
  • 6 replies
  • 4876 views

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

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 david--garcia

Hi Vipul whats the difference between 8886 and 8887

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

6 replies

florentlb
Level 10
December 8, 2017

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

vraghav
Adobe Employee
Adobe Employee
December 9, 2017

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

Level 3
December 10, 2017

Hi Vipul,

I'm using version 6.1.1 build 8754

server version 6.1.1 build 8754

vraghav
Adobe Employee
Adobe Employee
December 10, 2017

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

david--garcia
david--garciaAccepted solution
Level 10
December 10, 2017

Hi Vipul whats the difference between 8886 and 8887

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

Level 3
December 10, 2017

Thanks David that worked

Sagi