I would like to have a text link do 2 things:
- Change #box1.style1 to class=“style2” (from style1)
- Change #box2.style2 to class=“style1” (from style2)
So the text link would not change its own style, but change the class of 2 different divs
Your help is very much appreciated. Thank you!