Posts by FXLima • 1 point
1 post
-
-1
votes4
answers62
viewsA: The display property exchange does not work with if em js
Change your block if by just this line: img2.style.display = img2.style.display == 'none' ? 'block': 'none';
1 post
-1
votes4
answers62
viewsChange your block if by just this line: img2.style.display = img2.style.display == 'none' ? 'block': 'none';