Can’t manipulate element created by appendChild() in Javascript?
I'm pulling my hair out on this one. I have a JavaScript class that clones a <template> element and then is appended to the document body. I want to then manipulate that newly created element... but it always insists it's…