jquery - countdown timer not working right -
i using countdown timer , trying show proper days reason says 13 days when know should around 111 days.
here page: http://co.isafyi.com/
$(document).ready(function() { $('#countdown').countdown({ targetdate: { 'day': 28, 'month': 2, 'year': 2015, 'hour': 23, 'min': 59, 'sec': 0 }, omitweeks: true }); });
this 113 days. missing 1 digit field days. add
<div class="digit white">0</div>
to <div class="ctndigits">
in <div class="dash days_dash">
jquery countdown
No comments:
Post a Comment