Ads after a few seconds - question ?

Ashgriel

Junior Member
Joined
Jan 21, 2013
Messages
177
Reaction score
37
Hello,
is there any option to make for example div that will show up for example after 30 sec when visitor land on my website ?
for example in this div will be banner that will show up after 30 sec, but it has also load after 30 sec no immediately when user land on page.

Thanks :D
 
javascript is your best bet

settimeout function in particular
 
Thanks, I will start looking for this on google :)
And if I have this javascript - it will load after 30 sec or instantly but it will show after 30 sec ?
 
with settimeout() function you make an event attached to the "on ready" event, so you can make it show up immediately when page loads, after X seconds from page load and etc..
 
Back
Top