New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/jquery-countdown-plugin/
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();













