JavaScriptBank
04-28-2011, 03:20 PM
JavaScript codes for Web DEV
HTC-style JavaScript Countdown Timer with jQuery
If the JavaScript countdown timers are ever presented on jsB@nk still do not satisfy you:
- Cool JavaScri... detail (http://www.javascriptbank.com/cool-javascript-digital-countdown-with-jquery.html) at JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)
http://www.javascriptbank.com/javascript.images/framework/htc-javascript-countdown-timer-with-jquery.jpg (http://www.javascriptbank.com/javascript/framework/jquery/htc-javascript-countdown-timer-with-jquery/preview/en/)
Demo: JavaScript HTC-style JavaScript Countdown Timer with jQuery (http://www.javascriptbank.com/htc-javascript-countdown-timer-with-jquery.html/en/)
[U]How to setup
Step 1: Use CSS code below for styling the script
CSS
<link rel="stylesheet" type="text/css" href="style.css" />
Step 2: Use JavaScript code below to setup the script
JavaScript
<script src="/javascript/jquery.js" type="text/javascript"></script>
<script src="jquery.countdown.packed.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('#countdown').countdown({until:$.countdown.UTCDa te(-8, 2011, 1 - 1, 1), format: 'DHMS', layout:
'<div id="timer">' + '<hr />'+
'<div id="timer_days" class="timer_numbers">{dnn}</div>'+
'<div id="timer_hours" class="timer_numbers">{hnn}</div>'+
'<div id="timer_mins" class="timer_numbers">{mnn}</div>'+
'<div id="timer_seconds" class="timer_numbers">{snn}</div>'+
'<div id="timer_labels">'+
'<div id="timer_days_label" class="timer_labels">days</div>'+
'<div id="timer_hours_label" class="timer_labels">hours</div>'+
'<div id="timer_mins_label" class="timer_labels">mins</div>'+
'<div id="timer_seconds_label" class="timer_labels">secs</div>'+
'</div>'+
'</div>'
});
});
</script>
Step 3: Place HTML below in your BODY section
HTML
<div id="countdown"></div>
Step 4: downloads
Files
countdown1.png (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown1.png)
countdown2.png (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown2.png)
jquery.countdown.packed.js (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/jquery.countdown.packed.js)
style.css (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/style.css)
JavaScript Vertical Marquee (http://www.javascriptbank.com/vertical-marquee.html) - JavaScript DHTML analog clock (http://www.javascriptbank.com/dhtml-analog-clock-ii.html/en/) - JavaScript Backwards Text (http://www.javascriptbank.com/backwards-text-2-index.html)
The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.
HTC-style JavaScript Countdown Timer with jQuery
If the JavaScript countdown timers are ever presented on jsB@nk still do not satisfy you:
- Cool JavaScri... detail (http://www.javascriptbank.com/cool-javascript-digital-countdown-with-jquery.html) at JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)
http://www.javascriptbank.com/javascript.images/framework/htc-javascript-countdown-timer-with-jquery.jpg (http://www.javascriptbank.com/javascript/framework/jquery/htc-javascript-countdown-timer-with-jquery/preview/en/)
Demo: JavaScript HTC-style JavaScript Countdown Timer with jQuery (http://www.javascriptbank.com/htc-javascript-countdown-timer-with-jquery.html/en/)
[U]How to setup
Step 1: Use CSS code below for styling the script
CSS
<link rel="stylesheet" type="text/css" href="style.css" />
Step 2: Use JavaScript code below to setup the script
JavaScript
<script src="/javascript/jquery.js" type="text/javascript"></script>
<script src="jquery.countdown.packed.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('#countdown').countdown({until:$.countdown.UTCDa te(-8, 2011, 1 - 1, 1), format: 'DHMS', layout:
'<div id="timer">' + '<hr />'+
'<div id="timer_days" class="timer_numbers">{dnn}</div>'+
'<div id="timer_hours" class="timer_numbers">{hnn}</div>'+
'<div id="timer_mins" class="timer_numbers">{mnn}</div>'+
'<div id="timer_seconds" class="timer_numbers">{snn}</div>'+
'<div id="timer_labels">'+
'<div id="timer_days_label" class="timer_labels">days</div>'+
'<div id="timer_hours_label" class="timer_labels">hours</div>'+
'<div id="timer_mins_label" class="timer_labels">mins</div>'+
'<div id="timer_seconds_label" class="timer_labels">secs</div>'+
'</div>'+
'</div>'
});
});
</script>
Step 3: Place HTML below in your BODY section
HTML
<div id="countdown"></div>
Step 4: downloads
Files
countdown1.png (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown1.png)
countdown2.png (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown2.png)
jquery.countdown.packed.js (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/jquery.countdown.packed.js)
style.css (http://www.javascriptbank.com/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/style.css)
JavaScript Vertical Marquee (http://www.javascriptbank.com/vertical-marquee.html) - JavaScript DHTML analog clock (http://www.javascriptbank.com/dhtml-analog-clock-ii.html/en/) - JavaScript Backwards Text (http://www.javascriptbank.com/backwards-text-2-index.html)
The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.