»
AnglaisFrançaisVietnamien

Imprimer - HTC style JavaScript compte ? rebours avec jQuery - JavaScriptBank.com

Version complète: jsB@nk » Framework » jQuery » HTC style JavaScript compte ? rebours avec jQuery
URL: https://www.javascriptbank.com/htc-javascript-countdown-timer-with-jquery.html

HTC style JavaScript compte ? rebours avec jQuery © JavaScriptBank.comSi les comptes ? rebours JavaScript sont jamais pr?sent?e sur ACC @ nk toujours pas vous satisfaire:
Cool JavaScript ? rebours num?rique avec jQuery
? JavaScript jQuery compte ? rebours avec Bar affichage
? Super Timer compte ? rebours Neat JavaScript
awesome compte ? rebours JavaScript, Ce script ressemble comptes ? rebours HTC (HTC est l'une c?l?bre soci?t? de production t?l?phone intelligent ? Ta?wan)
cadre JavaScript jQuery, Tout ce que vous suffit d'inclure le fichier source, puis configurer votre propre compte ? rebours JavaScript par quelques lignes de codes JavaScript simple.

Version complète: jsB@nk » Framework » jQuery » HTC style JavaScript compte ? rebours avec jQuery
URL: https://www.javascriptbank.com/htc-javascript-countdown-timer-with-jquery.html



CSS
<link rel="stylesheet" type="text/css" href="style.css" />


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.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>


HTML
<div id="countdown"></div>


Files
/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown1.png/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/countdown2.png/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/jquery.countdown.packed.js/javascript/framework/HTC_style_JavaScript_Countdown_Timer_with_jQuery/style.css