Ads

Monday 11 August 2014

jQuery countdown plugin

Download Demo


Countdown is a jquery countdown plugin that customize content, layout, style by add html attribute to the children of countdown container


1. INCLUDE JS FILES


<script src="/path/to/jquery.js"></script><!-- jQuery is required -->
<script src="/path/to/countdown.js"></script>

2. HTML


<p class="countdown">Dec 31 2014 23:59:59</p>

3. JAVASCRIPT


$(".countdown").countdown();


jQuery countdown plugin

No comments:

Post a Comment