Hy,
I have a 10 sec. delay page.
var t = window.setTimeout('redirect(strUrl)', 11000);
And function redirect(strUrl) just does document.location
What would be nice if i have a little message displaying at the bottom of my page, for example: Redirecting in 10 seconds…
“one second later that setTimeout fired”
…Redirecting to destiny in 9 seconds..
etc
ps. and the dots at the end going from left to right you know it. .. …
I myselft would probably find out how to get that every second of timeout and just with jquery altered the number …if that would be possible at all.
See it on jsFiddle.
If you wanted to have the second(s) thing, replace the appropriate line above with…
Of course, this works well with English, but probably isn’t as easy with other languages.