Mark Forums Read
  #1  
Old 04-28-2011, 06:07 PM
JavaScriptBank JavaScriptBank is offline
Senior Member
 
Join Date: Sep 2009
Posts: 130
JavaScriptBank is on a distinguished road
Default HTC-style JavaScript Countdown Timer with jQuery

If the JavaScript countdown timers are ever presented on jsB@nk still do not satisfy you:

- [url="http://www.javascriptbank.com/cool-javascript-digital-countdown-with-jquery.html"]Cool JavaScri... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


How to setup

Step 1: Place CSS below in your HEAD section
CSS
Code:
<link rel="stylesheet" type="text/css" href="style.css" />
Step 2: Use JavaScript code below to setup the script
JavaScript
Code:
<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.UTCDate(-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: Copy & Paste HTML code below in your BODY section
HTML
Code:
<div id="countdown"></div>
Step 4: must download files below
Files
countdown1.png
countdown2.png
jquery.countdown.packed.js
style.css






Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 06:30 PM.


Powered by vBulletin Version 3.6.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.4.0