Hi, I have a question. Can we use JQuery directly in Client side SuiteScript for styling any specific element?
Like JQuery("#email_fs").css("border-color","green") ??
m
michoel
10/25/2017, 7:46 PM
It would work, but directly manipulating the DOM is not recommended.