
Hello, what is CRM's level of support for jQuery? It seems like I've heard different opinions? Since CRM uses jQuery as part of SDK.JQuery, it seems that CRM supports jQuery to some extent.
Specifically, I'm considering using jQuery's document.ready event to perform a redirect on a form as soon as the form is ready. So is this particular use of jQuery considered supported by CRM in this scenario?
*This post is locked for comments
I have the same question (0)Thanks Guido - this is kind of a grey area because I'm not using jQuery to interact with form elements, but rather, to shortcut the form load.
Is using the jQuery document.ready event to redirect fairly low risk? After all, I don't want to do anything with the form, but rather, redirect away from the form as quickly as possible?