Jquery Countdown插件无法启动

时间:2016-01-18 16:29:04

标签: javascript jquery

我尝试使用jquery Countdown插件但是当我把12天倒计时然后它没有开始。我无法理解如何做到这一点。我尝试搜索谷歌但我找不到任何答案。我需要尽快完成项目,请有人帮我做。“我无法插入代码,因为它高达30000,该网站不支持。这就是我插入一些截图。”

在这里演示..

网站如下所示:

enter image description here

我只在jquery上更改此行

enter image description here

插件名称jquery倒计时。

1 个答案:

答案 0 :(得分:0)

请参阅jquery倒计时网站上的示例:http://hilios.github.io/jQuery.countdown/

 <div id="getting-started"></div>
 <script type="text/javascript">
   $("#getting-started")
   .countdown("2016/01/01", function(event) {
     $(this).text(
       event.strftime('%D days %H:%M:%S')
     );
   });
 </script>

你可以在那里约会。只需在12天内计算出日期并用它来启动计数器。