Hi, I have a question. Can we use JQuery directly ...
# suitescript
o
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
It would work, but directly manipulating the DOM is not recommended.