removing DOM elements client side in Google App Scripts – Jquery
I'm creating a dynamic sidebar in a Document with a Google Apps Scripts sidebar served by HTMLService. In the client-side sidebar template script, I can find my container via a jQuery selector and dynamically append DOM buttons to it, but…