jQueryTimer可以在任意HTML元素开始,停止,恢复或者移除一个计时器,并且可以在设定的时间或者间隔一定的时间得到提醒通知。
在线演示
代码示例:
<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>
评论