I have a div, which is generally used for showing some status messsage like “you have selected some xyz thing”
Now, I need to hide it at interval of specific amount of time (say, 60 secs) after page loads.
Code:
<div id="msg">You have selected 'Time and Money' magazine</div>
How can I perform the above mentioned thing?
Thanks
1 Answer