You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to know how to insert css, js and html into a DOM. I have a css js and html file that should be loaded into the DOM after calling a URL.
does anyone have a tip on how to get this done ? i have the DOM itself yes can load via
result = window.evaluate_js("document.documentElement.outerHTML")
Thought to myself if I just insert the whole thing with BS4, but don't know if the way is not too cumbersome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I would like to know how to insert css, js and html into a DOM. I have a css js and html file that should be loaded into the DOM after calling a URL.
does anyone have a tip on how to get this done ? i have the DOM itself yes can load via
result = window.evaluate_js("document.documentElement.outerHTML")
Thought to myself if I just insert the whole thing with BS4, but don't know if the way is not too cumbersome.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions