0

Has anyone tried addRule or insertRule on this platform? I can't get it to work.

insertRule addRule

25th Sep 2018, 2:29 AM
Dzone
Dzone - avatar
2 Answers
+ 1
window.onload=function() { var sheet = document.getElementById("style-from-editor").sheet; sheet.insertRule("* {background-color:red}"); }
25th Sep 2018, 2:52 AM
Kirk Schafer
Kirk Schafer - avatar
+ 1
thank you!!!
25th Sep 2018, 3:03 AM
Dzone
Dzone - avatar