I need to redirect users to a different page after 12 seconds and I do this with i.e code. However I’d like to show them a simple countdown in any div so they know that this is about to happen in 12 (11, 10, 9….1, 0) seconds
This will need to be written with jQuery. Thanks
<meta content="120; url=http://www.example.com" http-equiv="refresh" />
You can use something like this instead:
DEMO: http://jsfiddle.net/PeHFc/