const foo = e.div('two cheeseburgers and an order of fries');
I would like to get the innerHTML of foo.
foo.innerHTML; // nope
foo.bdDom.root; // not this either
How can I do this?
const foo = e.div('two cheeseburgers and an order of fries');
I would like to get the innerHTML of foo.
foo.innerHTML; // nope
foo.bdDom.root; // not this either
How can I do this?
Copyright © 2021 Jogjafile Inc.
Ok just figured this out right after I posted...
...seems to work. An element that isn't rendered HAS NO html.