Does anyone know how to add id's or classes or whatever to javascript so i can style it? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

Does anyone know how to add id's or classes or whatever to javascript so i can style it?

15th Mar 2018, 9:52 PM
Roel
Roel - avatar
2 Respostas
+ 1
What do you mean by style JavaScript? Do you mean the elements you create in JavaScript? In that case, just add an id through addAttribute(ā€˜idā€™, idname) or class through addClass(classname)
15th Mar 2018, 9:55 PM
Ariela
Ariela - avatar
0
Tnx, I'll give it a try
15th Mar 2018, 10:12 PM
Roel
Roel - avatar