{"id":17172957,"url":"https://github.com/20tab/jquery-chron","last_synced_at":"2025-06-20T17:37:36.693Z","repository":{"id":3927852,"uuid":"5018085","full_name":"20tab/jquery-chron","owner":"20tab","description":"Chron is jQuery plugin to create chronometers in your html pages.","archived":false,"fork":false,"pushed_at":"2012-09-24T21:21:09.000Z","size":109,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T11:51:18.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cms-dev/cms","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20tab.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":"2012-07-13T10:49:00.000Z","updated_at":"2018-05-21T06:15:50.000Z","dependencies_parsed_at":"2022-08-31T18:21:38.795Z","dependency_job_id":null,"html_url":"https://github.com/20tab/jquery-chron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/20tab/jquery-chron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fjquery-chron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fjquery-chron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fjquery-chron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fjquery-chron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20tab","download_url":"https://codeload.github.com/20tab/jquery-chron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fjquery-chron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260988931,"owners_count":23093584,"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-10-14T23:49:08.798Z","updated_at":"2025-06-20T17:37:31.653Z","avatar_url":"https://github.com/20tab.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chron jQuery Plugin\n\nChron is jQuery plugin to create chronometers in your html pages.\n\n## Usage\n\nInclude the plugin script\n\n``` html\n\u003cscript type=\"text/javascript\" src=\"jquery-chron.js\"\u003e\u003c/script\u003e\n```\n\n``` js\n$(\"#chron1\").Chron();\n```\n  \nor to customize properties\n\n``` js\n$(\"#chron2\").Chron({\n\tdays\t\t\t: 1,//initial value for days\n\thours\t\t\t: 2,//initial value for hours\n\tminutes\t\t\t: 20,//initial value for minutes\n\tseconds\t\t\t: 45,//initial value for seconds\n\tdays_sel\t\t: \"#days2\",//days selector\n\thours_sel\t\t: \"#hours2\",//hours selector\n\tminutes_sel\t\t: \"#minutes2\",//minutes selector\n\tseconds_sel\t\t: \"#seconds2\",//seconds selector\n\tstart\t\t\t: \"#start2\",// start button selector\n\tstop\t\t\t: \"#stop2\",// stop button selector\n\treset\t\t\t: \"#reset2\",// reset button selector\n\tpause\t\t\t: \"#pause2\",// resume button selector\n\tresume\t\t\t: \"#resume2\",// resume button selector\n\tstart_chron\t\t: start_chron,//this function will be executed before start chron\n\tstop_chron\t\t: stop_chron,//this function will be executed before stop chron\n\treset_chron\t\t: reset_chron,//this function will be executed before reset chron\n\tpause_chron\t\t: pause_chron,//this function will be executed before pause chron\n\tresume_chron\t: resume_chron,//this function will be executed before resume chron\n\ttarget\t\t\t: \"*\", //selectors for the events target\n\tauto\t\t\t: true,//true if plugin generate html chronometer\n});\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Fjquery-chron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20tab%2Fjquery-chron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Fjquery-chron/lists"}