1953
Views
7
Comments
Solved
Jquery with reactive web application
Question

How to use jquery with reactive web application?

UserImage.jpg
Prasad Rao
Solution

Hi,

Jquery is not included by default you need to add it to your app manually. 

1. go to dependency and add the jquery to your app

2. In the screen or webblock mention jquery script as required

After these steps you should be able to use jquery.

Regards.

UserImage.jpg
virat kohli

Prasad Rao wrote:

Hi,

Jquery is not included by default you need to add it to your app manually. 

1. go to dependency and add the jquery to your app

2. In the screen or webblock mention jquery script as required

After these steps you should be able to use jquery.

Regards.

Is i have to write my jquery code inside UI component? Because it is not allowing me to right my jquery code where i am consuming the jquery component.


2021-10-17 12-36-16
Amreen Shaikh

Hi Virat,

You can have this online training session before you start using this

https://www.outsystems.com/learn/courses/44/master-class-on-javascript-and-jquery/


I hope this help you.

Regards,

Amreen

UserImage.jpg
virat kohli

Amreen wrote:

Hi Virat,

You can have this online training session before you start using this

https://www.outsystems.com/learn/courses/44/master-class-on-javascript-and-jquery/


I hope this help you.

Regards,

Amreen

Thanks Amreen for sharing wonderful tutorial


UserImage.jpg
Prasad Rao

Hi,

It depends on the use case. You can either write the you code in Javascript node in client action for example in onready action or you can create a new script and add them there, once done you can add that new script to screen in required script.

Can you explain little further what you are trying to do?

Regards.

2026-02-06 06-25-47
Mohan Sigamani

Hi everyone, 

                  I knew , it was long time after posted this question.

                  In Oustsystems 11, JQuery in Outsystem UI is deprecated and It was added to the native App Builder portion. Check the below Image for reference.

Regards,

Mohan


2024-02-02 11-39-53
Krizza Barzaga

Thank you mohan for this update! big help

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.