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 |
||||
|
|
|
I thought I would break this up a bit and provide something that does both countdown, and redirection. After all, you may want to countdown and manipulate the DOM instead tomorrow. As such, I've come up with the following jQuery plugin that you can use, and study:
Fiddle with it: http://jsfiddle.net/ystJ6/ |
|||||||||||||||
|
|
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. |
|||||
|
|
|
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. |
|||
|
|
Here's my example based off of Jonathan Sampson's example. Here's the jsfiddle link. http://jsfiddle.net/njELV/1/ jQuery:
CSS:
HTML:
|
||||
|
|
|
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. |
|||
|
|
|
this link useful jQuery Countdown support all language just:)
|
|||
|
|
|
You can use the jQuery animate function
|
|||
|
|