Posts by Roni Yarkhan • 1 point
1 post
-
0
votes5
answers711
viewsA: Change Divs with the same class
You must iterate over all items. You can do this using the function each. You can also access the element directly, as in the code below, instead of using the html function().…