Could we use jQuery in embedded forms

Hi, I am trying to use jquery for embedded forms. Is there any way embedded forms will support jquery?

Hi,

which version are you using? In 7.5 you can access the global jQuery function via $ or jQuery directly from the window object.

Cheers
Sebastian

Hi @sebastian.stamm,
Thank u for the rply. Could you please provide an example of using jquery function

1 Like

I am sure there are many examples about how to use jQuery out there :wink: A good starting point would be the jQuery homepage.

Or do you still have problems getting jQuery to work with embedded forms? If so, could you share what you tried so far?