Jump to content

Show element after time


egturnkey

Recommended Posts

Hello friends,

 

if we do have the following element

 

<p>something</b>

 

how we show it up after certain time say X seconds

 

i means if we have the following

 

<please wait X seconds>

 

then after X seconds "please wait x seconds" disappear and it shows the element we have

<p>something</b>

 

how can it be  ::)

Link to comment
https://forums.phpfreaks.com/topic/195360-show-element-after-time/
Share on other sites

Hello friends,

 

if we do have the following element

 

<p>something</b>

 

how we show it up after certain time say X seconds

 

i means if we have the following

 

<please wait X seconds>

 

then after X seconds "please wait x seconds" disappear and it shows the element we have

<p>something</b>

 

how can it be  ::)

 

You will need to use javascript to do this. You would be better posting this in the javascript area of the site. While you are waiting for a reply there you can look into the setTimeout function in javascript

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.