coming-soon.js 165 Bytes Raw Blame History Permalink 1 2 3 4 5 $(document).ready(function() { $('#counter').countdown('2015/09/27', function(event) { $(this).html(event.strftime('%d:%H:%M:%S')); }); });