Hide code, The number indicates after how many seconds the div will be hidden.
setTimeout(function() {$(".hide_div").fadeOut(); }, 5000);
Show code, shows after how many seconds the number div will be visible.
setTimeout(function() {$(".show_div").fadeIn(); }, 10000);
For example, by making...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.