Hi
I try to use an "$.ajax" call (jquery) in the HTML plugin like in the following example:
Ajax example
But I can see an error "$.ajax undifined" in the browser's WEB DEV tools.
Can someone help to explain why?
Thanks
Hi, since a couple of years there is a limitation to what html features you are allowed to use.
See this link for more information: Custom HTML
So basically, it means I can no longer use JavaScript in the HTML plugin, and all the documentation referring to its use is now outdated?
You can try disabling this setting in Advanced Configuration (/Orion/Admin/AdvancedConfiguration/Global.aspx): HTMLResourceSanitizationEnabled (and maybe also this one: EnableHtmlLinkSanitization).