github hilios/jQuery.countdown 2.0.0
v2.0.0

latest releases: 2.2.0, 2.1.0, 2.0.5...
10 years ago

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

Don't miss a new jQuery.countdown release

NewReleases is sending notifications on new releases.