Posts by user140540 • 1 point
1 post
-
0
votes2
answers127
viewsA: Convert Jquery to Javascript
Document.querySelectorAll to use queries like Javascript. To assign classes/attributes to each element you have to iterate over each of them, using foreach for example. So just use the native…