JS Inspect CSS dari Console

document.createTextNode("#HTML1 {background:red;}")
"#HTML1 {background:red;}"
sty.appendChild(document.createTextNode("#HTML1 {background:red;}"))
#HTML1 {background:red;}
document.head.appendChild(sty)
​
var sty = document.createElement('style');
undefined
sty.type = "text/css"
"text/css"
sty.rel = "stylesheet"
"stylesheet"
sty.appendChild(document.createTextNode("#te {background:red;}"))
#te {background:red;}
document.head.appendChild(sty)
<style type=​"text/​css">​#te {background:red;}​</style>​

dibuat:1457681135954

Komentar

Postingan populer dari blog ini

Bagian-bagian Browser

kebiasaan menghapus kontak

Cara Build PHP 7.4.0alpha1 Dari Source Code Pada Ubuntu 16.04 LTS

Referensi "Ni No Kuni: Cross Worlds"