0
How to change multiple CSS tags with JS
This can change the CSS via JS in HTML, <button onclick=' "document.getElementById("Test").style.color = "blue" '>, but my question is how can I add more then just one CSS codes with JS?
5 Answers
+ 3
Danial Azadpour here is a little example I just created but there are other ways to accomplish this
https://code.sololearn.com/Wt9vn4a9C0cM/?ref=app
+ 2
Danial Azadpour
ŠŠ¾Š±Ńо пожаловаŃŃ
you are welcome
+ 1
ЦаŃŃ Š”ŠŠŠŠŠ - ŠŠ¾Š³Š³Š¾ | можеŃŃ ŃŠ¾ŃŠ½Š°Ń ŠæŠ¾ŠŗŠ°Š·Š°ŃŃ ŠŗŠ°Šŗ?
+ 1
BroFar thank you