0
Hidden Images
I'm creating a generator that randomizes integers and then displays a hidden image with the corresponding integer. I have a randomizer, all I need is to figure out how to hide and display the images. I've been told I need to use jQuery to alter the CSS in the JavaScript but I'd like to figure out how to do it without jQuery if possible. Any suggestions?
1 Odpowiedź
+ 2
.hide{display:none;}
https://www.w3schools.com/css/css_display_visibility.asp