CodeIgniter Forums
count down timer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: count down timer (/showthread.php?tid=52657)



count down timer - El Forum - 06-20-2012

[eluser]meer[/eluser]
hi to all
im working on a online testing project , its going well , i wanna make a count down timer , when user satrts the test, it will show his remaining time on the top of the page

thanks in advance


count down timer - El Forum - 06-20-2012

[eluser]Otemu[/eluser]
Use JavaScript or JQuery to do the countdown
here is a nice tutorial here

If you require the test to be over multiple pages, then you could use ajax to load the page inside a div so the timer doesn't refresh.





count down timer - El Forum - 06-20-2012

[eluser]meer[/eluser]
thanks for the link , its really great



count down timer - El Forum - 06-21-2012

[eluser]CodeIgniteMe[/eluser]
Cool timer Smile thanks for the link. I'm sure this will be very useful for me in the future