2.0.0
版本发布时间: 2013-12-13 06:44:23
hilios/jQuery.countdown最新发布版本:2.2.0(2016-08-08 20:23:54)
Great improvements
The 2.0.0 release is a major step forward in The Final Countdown jQuery plugin, this version introduces a new strftime
formatter that allows greater flexibility and easy of use to render the countdown.
Also a newly introduce website and documentation hosted in GitHub Page at http://hilios.github.io/jQuery.countdown/
<div id="getting-started"></div>
<script type="text/javascript">
$('#getting-started').countdown('2015/01/01', function(event) {
$(this).html(event.strftime('%w weeks %d days %H:%M:%S'));
});
</script>
What's new in 2.0.0
- Add the
strftime
formatter - Add support for jQuery callback style
- Add grunt tools
- Better docs and examples
1、 jquery.countdown-2.0.0.zip 6.61KB