Web前端开发网

web.fly63.com

首页 资源 工具 文章 教程 栏目
  • 在线搜索
  • 文章标签
  • 文章投稿
  • 关于我们
资源分类
AI智能酷站推荐招聘/兼职框架/库模块/管理移动端UI框架Web-UI框架Js插件CSS相关在线工具建站资源 更多
网站收录 / 问题反馈

timer.jquery

分享
复制链接
新浪微博
QQ 好友

扫一扫分享

timer.jquery
网站地址:https://jquerytimer.com
GitHub:https://github.com/walmik/timer.jquery
描述信息:jQuery计时器插件
访问官网
GitHub

jQuery Timer:在任何HTML元素内启动/停止/恢复/删除漂亮的计时器。  特点

  • 轻量级,经过良好测试的jQuery 漂亮计时器插件
  • 在任何HTML元素内启动,暂停,恢复和删除计时器。
  • 在特定时间后或定期获取通知。
  • 在计时器运行时单击并编辑时间!
  • 在同一页面上启用多个计时器。


用法

$("#div-id").timer(options);

要使用选项启动计时器:

$("#div-id").timer({
	seconds:	{Int},		// The number of seconds to start the timer from
	duration: 	{String},	// The time to countdown from. `seconds` and `duration` are mutually exclusive
	callback: 	{Function},	// If duration is set, this function is called after `duration` has elapsed
	repeat: 	{Bool},		// If duration is set, `callback` will be called repeatedly
	format:		{String},	// Format to show time in
	editable:	{Bool}		// If click and edit time is enabled
	hidden;		{Bool}		// If true, the timer is not displayed in the selected item.
});

初始化计时器上可用的方法:

//pause an existing timer
$("#div-id").timer('pause');

//resume a paused timer
$("#div-id").timer('resume');

//remove an existing timer
$("#div-id").timer('remove');  //leaves the display intact

//get elapsed time in seconds
$("#div-id").data('seconds');


 


仅供个人学习参考/导航指引使用,具体请以第三方网站说明为准,本站不提供任何专业建议。如果地址失效或描述有误,请联系站长反馈~感谢您的理解与支持!

链接: https://web.fly63.com/nav/2725

更多»
热门资源
jquery插件库
收集最全最新最好的jQuery插件
官网
jQuery之家
致力于搜集和整理各种jQuery插件,jQuery特效...
官网
fullPage.js
jQuery全屏滚动插件
官网
GitHub
Waterfall.js
瀑布流无限加载插件
官网
GitHub
Raty
一个非常棒的jQuery 评分插件
官网
GitHub
Bootstrap-waterfall
一款基于Bootstrap仿Pinterest网站的网格瀑布流插件
官网
GitHub
Jcrop
一个功能强大的 jQuery 图像裁剪插件
官网
GitHub
jcarousel
jQuery轮播图插件
官网
GitHub
Parallax.js
一款jQuery滚动视觉差插件
官网
GitHub
vegas
一个jQuery / Zepto幻灯片插件
官网
GitHub
paroller.js
一款轻量级的页面滚动视觉差特效jquery插件
官网
GitHub
lazyload.js
jquery图片懒加载插件
官网
GitHub
类似于timer.jquery的资源
threesixty.js
360度产品图片预览jQuery插件
官网
GitHub
bootstrap-select.js
一款Bootstrap下拉框功能增强插件
官网
GitHub
jQuery.Marquee
基于 jquery 实现的 marquee 无缝滚动插件
官网
GitHub
Inputmask
一个 jQuery 格式化输入插件
官网
GitHub
Tabslet
jQuery Tab选项卡插件
官网
GitHub
Galpop
一款jquery响应式lightbox插件
官网
GitHub
Smoothslides
一款基于 jQuery 的响应式幻灯片插件
官网
GitHub
Zoomove
一个让你在移动鼠标时动态缩放图像的 jQuery 插件
官网
GitHub
目录

手机扫一扫预览

首页 技术导航 在线工具 技术文章 教程资源 前端标签 AI工具集 前端库/框架

Copyright © 2018 Web前端开发网 All Rights Reserved. 分享编程学习资源(教程/框架/库)、在线工具、技术教程、内容以学习参考为主,助您解决各类实际问题,快速提升专业能力。