【问题标题】:jQuery Countdown plugin countdown only secondsjQuery Countdown 插件倒计时只有几秒钟
【发布时间】:2012-09-13 13:08:42
【问题描述】:

我正在使用Jquery Countdown Plugin 并且只想以秒为单位倒计时并以秒为单位添加总时间。

例如,当我的倒计时是 10 分钟时,而不是显示 9 分 59 秒和计数,它会显示 599 秒和计数。 这可能吗? 谢谢

【问题讨论】:

    标签: jquery jquery-plugins countdown countdowntimer jquery-countdown


    【解决方案1】:
    $('#yourElement').countdown({
        until: someTime,
        format: 'S' // <-- the magic is happening here
    });
    

    相关文档is found here (Tab: Formats 2, 4th example)

    【讨论】:

      猜你喜欢
      • 2019-08-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-15
      • 2014-10-26
      相关资源
      最近更新 更多