What is the best method to modify form elements on...
# suitescript
d
What is the best method to modify form elements on a client script? I would think JQuery but I am not sure how robust the support is and if there is a better approach.
b
if you wish to manipulate the dom, jquery is a respectable choice
the recommendation is not to use netsuite's jquery and instead include your own so that you control the version
d
yeah I was just reading a SO post on that by none other that @erictgrubaugh