Anybody use DOM manipulation in any of their suitescripts or other external methods? I've found mixed opinions. Some would say under no circumstances should you do it, other's have blog posts with examples but no warnings. Even Marty Zigman has a blog post on how jQuery is available, and used it to hide a button on a record.
I would imagine that changing a form before submitting it can certainly mess things up, but changing the background color shouldn't have any real impact. Am i wrong?
I currently have a client script that removes the "Mark All" button of the sublist on item receipts, vanilla JS though, no jQuery neccesary. I also have a suitelet that acts as an HTML template, and a chrome extension that manipulates the DOM and populates the template ( a very basic HTML table with a few inputs). Should i be worried about either of those?