Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@kenjackson-mBf7HF • Nov 25, 2011
What language are you programming in? C/C++? Java? Javascript?
Is this a stand-alone application, i.e. a program that can be executed on a PC with no internet connection?
Or will it be run on a web page? If so, what other code are you using? Raw html? drupal etc? jscript etc.?
Are you counting down time or something else? If time, is this for a few seconds or days or years? -
@praba230890-vPFAoQ • Dec 3, 2011
I recently had this code(JS file in attachment as .txt file) for a typical countdown timer. I think you could sort the remaining code out for the output. -
@praveenkumar-66Ze92 • Dec 21, 2011
You can activate the above code using:
$('#countdownDiv').countdown({ until: null, since: null, timezone: null, serverSync: null, format: 'd:H:M:S', layout: '', compact: false, significant: 0, description: '', expiryUrl: '', expiryText: '', alwaysExpire: false, onExpiry: null, onTick: null, tickInterval: 1 });