forumnz Posted January 18, 2009 Share Posted January 18, 2009 I need to have a script that counts down to 'a number' by '2.5' every '11' seconds. I am new to JavaScript. How can I do this? Thanks. Link to comment https://forums.phpfreaks.com/topic/141282-countdown-question/ Share on other sites More sharing options...
corbin Posted January 18, 2009 Share Posted January 18, 2009 setTimeout() It would call a function every 11 seconds that would reduce a variable by 2.5 and then update a display somewhere. Link to comment https://forums.phpfreaks.com/topic/141282-countdown-question/#findComment-739504 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.