{"id":21525287,"url":"https://github.com/superraytin/jquery-countdown","last_synced_at":"2026-01-03T22:45:19.979Z","repository":{"id":10716018,"uuid":"12965115","full_name":"superRaytin/jquery-countdown","owner":"superRaytin","description":"jQuery countdown plugin.","archived":false,"fork":false,"pushed_at":"2013-09-20T04:32:03.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T05:25:17.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superRaytin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-20T03:49:51.000Z","updated_at":"2016-11-06T12:57:31.000Z","dependencies_parsed_at":"2022-09-17T03:50:22.745Z","dependency_job_id":null,"html_url":"https://github.com/superRaytin/jquery-countdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fjquery-countdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fjquery-countdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fjquery-countdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fjquery-countdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superRaytin","download_url":"https://codeload.github.com/superRaytin/jquery-countdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085008,"owners_count":20395523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T01:34:16.869Z","updated_at":"2026-01-03T22:45:19.933Z","avatar_url":"https://github.com/superRaytin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"kTimer\n======\n\n\u003e 简洁小巧的jQuery倒计时插件，可自定义倒计时的时间格式，如“剩余时间：dd天 hh小时 mm分钟 ss秒“。\n\n# 参数 \u0026 Params\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003e参 数\u003c/th\u003e\n            \u003cth\u003e描 述\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr class=\"\"\u003e\n            \u003ctd width=\"150\"\u003eformat\u003c/td\u003e\n            \u003ctd\u003e格式化显示信息，支持HTML标签，如：还剩 dd 天 hh 时 mm 分 ss 秒\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr class=\"\"\u003e\n            \u003ctd width=\"150\"\u003efromNowOn\u003c/td\u003e\n            \u003ctd\u003e从当前时间起之后的时间段，单位分钟，默认无\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr class=\"\"\u003e\n            \u003ctd\u003eendTime\u003c/td\u003e\n            \u003ctd\u003e结束时间，遵守时间格式如：2012/12/31 23:59:59\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr class=\"\"\u003e\n            \u003ctd width=\"150\"\u003ecallback\u003c/td\u003e\n            \u003ctd\u003e倒计时结束之后触发的回调\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n# 栗子 \u0026 Example\n15分钟倒计时：\n\n```javascript\n\u003cscript type='text/javascript'\u003e\n    $('#box').kTimer({\n        format: '剩余时间：dd天 hh小时 mm分钟 ss秒',\n        endTime: '2013/12/30 23:59:59',\n        fromNowOn: 15,\n        callback: function(){\n            alert('时间到了！');\n        }\n    });\n\u003c/script\u003e\n```\n\n\n# 更新日志 \u0026 ChangeLog\n* 2013-05-06 倒计时增加可设置往后时间段\n* 2013-05-06 增加时间结束时回调\n* 2013-05-06 时间格式hh小时可不选\n\n# License\n本项目基于MIT协议发布\n\nMIT: [http://rem.mit-license.org](http://rem.mit-license.org/) 详见 [LICENSE](/LICENSE) 文件","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperraytin%2Fjquery-countdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperraytin%2Fjquery-countdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperraytin%2Fjquery-countdown/lists"}