{"id":19132003,"url":"https://github.com/jarrodsampson/progresser","last_synced_at":"2025-07-25T00:04:55.033Z","repository":{"id":129904971,"uuid":"81499896","full_name":"jarrodsampson/Progresser","owner":"jarrodsampson","description":"Indicate to your users with style. A jQuery Plugin.","archived":false,"fork":false,"pushed_at":"2017-02-10T07:13:22.000Z","size":2995,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T17:37:25.105Z","etag":null,"topics":["css","css3","html","html5","javascript","jquery","plugins","webpage","website"],"latest_commit_sha":null,"homepage":"https://planlodge.github.io/Progresser/demo/","language":"HTML","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/jarrodsampson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-09T22:09:34.000Z","updated_at":"2017-02-10T07:13:54.000Z","dependencies_parsed_at":"2023-04-23T13:47:47.295Z","dependency_job_id":null,"html_url":"https://github.com/jarrodsampson/Progresser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarrodsampson/Progresser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodsampson%2FProgresser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodsampson%2FProgresser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodsampson%2FProgresser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodsampson%2FProgresser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarrodsampson","download_url":"https://codeload.github.com/jarrodsampson/Progresser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodsampson%2FProgresser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266928345,"owners_count":24007882,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","css3","html","html5","javascript","jquery","plugins","webpage","website"],"created_at":"2024-11-09T06:16:54.132Z","updated_at":"2025-07-25T00:04:55.009Z","avatar_url":"https://github.com/jarrodsampson.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progresser\nIndicate to your users with style. Designed by [planlodge](https://github.com/planlodge).\n\n![Image](https://github.com/planlodge/Progresser/blob/master/demo/img/screen1.gif?raw=true)\n\n[![Build Status](https://travis-ci.org/stevenbenner/jquery-powertip.svg?branch=master)](https://travis-ci.org/stevenbenner/jquery-powertip)\n![Release Version](http://img.shields.io/github/release/stevenbenner/jquery-powertip.svg)\n![License](https://img.shields.io/packagist/l/doctrine/orm.svg)\n\n\n## Getting Started\n\n 1. Include jQuery in your code.\n\n\t\t\u003cscript src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"\u003e\u003c/script\u003e\n \n 2. Download and include the progresser.js and progresser.css files.\n \n \t\t\u003clink rel=\"stylesheet\" href=\"../build/progresser.css\" /\u003e\n\t\t\u003cscript src=\"../build/progresser.js\"\u003e\u003c/script\u003e\n 3. Pick your selector and apply progresser to it!\n \t\n\t\t\u003cprogress class=\"progresser\" value=\"0\"\u003e\u003c/progress\u003e\n\t\t$('.progresser').progresser();\n \t\t\n\n## Full Example\n\n[**Demo Link**](https://planlodge.github.io/Progresser/demo/) \n\n    \u003c!DOCTYPE html\u003e\n\t\u003chtml lang=\"en-US\"\u003e\n\n\t\u003chead\u003e\n\t    \u003cmeta charset=\"utf-8\"\u003e\n\t    \u003ctitle\u003eProgresser Demo - Planlodge\u003c/title\u003e\n\t    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n\t    \u003cmeta name=\"Language\" content=\"en\"\u003e\n\t    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui\"\u003e\n\t    \u003clink rel=\"icon\" type=\"image/png\" href=\"img/favicon.png\" /\u003e\n\t    \u003clink rel=\"stylesheet\" href=\"../build/progresser.css\" /\u003e\n\t    \u003clink rel=\"stylesheet\" href=\"css/styles.css\" /\u003e\n\t\u003c/head\u003e\n\n\t\u003cbody\u003e\n\n\t\u003cprogress class=\"progresser\" max=\"0\" value=\"0\"\u003e\u003c/progress\u003e\n\n\t\u003cdiv id=\"content\" class=\"demo\"\u003e\n\t    \u003cdiv id=\"myContent\"\u003e\n\t\t\u003cp\u003e\n\t\t    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,\n\t\t\u003c/p\u003e\n\t    \u003c/div\u003e\n\n\t    \u003cp\u003e\n\t\tLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,\n\t    \u003c/p\u003e\n\t\u003c/div\u003e\n\n\n\n\t\u003cscript src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"\u003e\u003c/script\u003e\n\t\u003cscript src=\"../build/progresser.js\"\u003e\u003c/script\u003e\n\t\u003cscript\u003e\n\t    $('.progresser').progresser({\n\t\tselectedContent: 'myContent',\n\t\tonBottomAction: function() {\n\t\t    alert(\"Bottom\");\n\t\t},\n\t\tonTopAction: function() {\n\t\t    alert(\"Top\");\n\t\t}\n\t    });\n\t\u003c/script\u003e\n\t\u003c/body\u003e\n\n\t\u003c/html\u003e\n\t\n## Options\n\n- **selectedContent** - Id of the content you'd like to keep track of.\n\n- **onBottomAction()** - On hitting the bottom of the page, add any code here.\n\n- **onTopAction()** - Upon returning to the top of the page, add any code here.\n\n## Updates in V2\n\nBrowser Resize Support\n\n\n## License\n\nProgresser is licensed under the [MIT license](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodsampson%2Fprogresser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarrodsampson%2Fprogresser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodsampson%2Fprogresser/lists"}