Will the image load for visibility value set as hidden when the page loads?
I am new to javascript. I would like to know how the loading works.
Suppose in my html page I have an image whose visibility is set as hidden.
I have an button which on click sets the visibility property of the image
to visbile using javascript. When the page is loaded will the image load
or will it load when the button is clicked.
Similiarly I would like to know about the display property whose value is
set as none.
Thanks in advance.
No comments:
Post a Comment