相关文章推荐
刚分手的茶壶  ·  jquery ...·  2 周前    · 
狂野的西装  ·  JR25560: QREPLICATION ...·  1 年前    · 
旅行中的包子  ·  Android ...·  1 年前    · 

jQuery Timer 可以在任意 HTML 元素开始,停止,恢复或者移除一个计时器,并且可以在设定的时间或者间隔一定的时间得到提醒通知。

在线演示

jQuery Timer Plugin

代码示例:

<script src="path/to/jquery.js" type="text/javascript"></script>
<script src="path/to/timer.jquery.js"></script>
<script>
(function($) {
  //start a timer
  $("#div-id").timer();
}());
</script>
专属邀请文案:
你的软件 “jQuery Timer” 被开源中国社区收录啦,快点击 https://www.oschina.net/p/jquery-timer 认证为软件作者吧!
复制邀请文案