I want a jQuery countdown:
- It starts counting after page download finishes
- After counting to 0 it redirects to a url
How i can do that?
Thanks in advance
|
I want a jQuery countdown:
How i can do that? Thanks in advance
| ||||
|
feedback
|
| |||||||||||
feedback
|
|
I have create a countdown script using JQUERY, CSS and HTML. Here is my full source code. Demo link also available. CSS Part:
Jquery Part:
HTML Part:
Demo Link: http://demos.coolajax.net/php/redirect I hope this code will be a helpful one for you. | ||||
|
feedback
|
|
Are you sure, you want to use Javascript for this? You might just go with plain HTML:
Put this in the header and the forward will even work on browsers without Javascript enabled. | |||
feedback
|
|
In Himel Khan's code example posted above, I changed
to
just in case somebody hits the back button after being redirected. Otherwise it will start into negative numbers and never re-redirect. It is important to note that you should not have the code linked on the target page with this change or it will loop refresh. If you make this change, only include the script on the page with the countdown. I assume there is a better way to accomplish this fix so maybe somebody else could add a better solution Thank you for the code. | |||
|
feedback
|