Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: RifaiBedir on March 17, 2023, 07:56:22 AM
-
Is it possible using Jquey library in Composer?
I could not find anything.
-
Hello Rifai,
Technically, you could load anything that Spidermonkey 1.7 JavaScript engine would support (so, maybe very old versions of jQuery would be supported) but I don't see a point of using it. jQuery was made for webpages and DOM manipulation, and not to be embedded on SCXML or VXML. Is there any specific requirement that you are relying on jQuery to do?