{"id":16473555,"url":"https://github.com/kingrayhan/lineprogressbar","last_synced_at":"2025-07-21T08:34:13.909Z","repository":{"id":96069782,"uuid":"92018118","full_name":"kingRayhan/LineProgressbar","owner":"kingRayhan","description":"A light weight jquery progressbar plugin","archived":false,"fork":false,"pushed_at":"2019-11-26T18:27:47.000Z","size":165,"stargazers_count":37,"open_issues_count":0,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-10T18:25:07.178Z","etag":null,"topics":["jquery","jquery-plugin","kingrayhan","line","lineprogressbar","progress","progress-bar","progressbar"],"latest_commit_sha":null,"homepage":"https://kingrayhan.github.io/LineProgressbar/","language":"JavaScript","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/kingRayhan.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,"zenodo":null}},"created_at":"2017-05-22T06:17:56.000Z","updated_at":"2024-04-02T07:31:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3aee6c3-d87f-4138-9170-62c6ec9ccc8d","html_url":"https://github.com/kingRayhan/LineProgressbar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kingRayhan/LineProgressbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingRayhan%2FLineProgressbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingRayhan%2FLineProgressbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingRayhan%2FLineProgressbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingRayhan%2FLineProgressbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingRayhan","download_url":"https://codeload.github.com/kingRayhan/LineProgressbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingRayhan%2FLineProgressbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267355,"owners_count":23902350,"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":["jquery","jquery-plugin","kingrayhan","line","lineprogressbar","progress","progress-bar","progressbar"],"created_at":"2024-10-11T12:27:20.461Z","updated_at":"2025-07-21T08:34:13.904Z","avatar_url":"https://github.com/kingRayhan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jquery Line Progress Bar\nA light weight jquery progressbar plugin\n\n![](https://img.shields.io/github/license/kingrayhan/LineProgressbar.svg)\n![](https://img.shields.io/github/issues-raw/kingrayhan/LineProgressbar.svg?style=plastic)\n![](https://img.shields.io/github/last-commit/kingrayhan/LineProgressbar.svg)\n![](https://img.shields.io/github/languages/code-size/kingrayhan/LineProgressbar.svg)\n\n\n## Demos and Docs\nhttps://kingrayhan.github.io/LineProgressbar/\n\n\n##### Include\n```\n\u003c!-- In header --\u003e\n\u003clink rel=\"stylesheet\" href=\"jquery.lineProgressbar.css\"\u003e\n\n\u003c!-- In footer --\u003e\n\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery.lineProgressbar.min.js\"\u003e\u003c/script\u003e\n```\n\n\u003cbr\u003e\n\n\n### Jquery Options method\n\n##### Set HTML\nYou don't need any special markup. All you need is to give a `class` or `id` selector to a `div`. \n```\n\u003cdiv id=\"progressbar1\"\u003e\u003c/div\u003e\n```\n\n\u003cbr\u003e\n\n##### Call the plugin\nNow call the Line Progress Bar initializer function and your progress bar is ready.\n```\n$('#progressbar1').LineProgressbar();\n```\n\n### [All Jquery Options](https://kingrayhan.github.io/LineProgressbar/options.html)\n### [Demo](https://kingrayhan.github.io/LineProgressbar/jquery-options-demo.html)\n\n---\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n### Data Attribute method \u003cimg src=\"https://kingrayhan.github.io/LineProgressbar/assets/images/new.GIF\" /\u003e\n\nYou don't need to provide any options in this method, all you need just to put data attributes\n\n```\n\u003cdiv \n    line-progressbar \n    data-percentage=\"25\" \n    data-progress-color=\"#1abc9c\"\u003e\u003c/div\u003e\n```\n\n### [All Data attributes](https://kingrayhan.github.io/LineProgressbar/data-attributes.html)\n### [Demo](https://kingrayhan.github.io/LineProgressbar/data-attrs-demo.html)\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n# FAQ\n\n**Can I use it for free?** _Answer_: Yes\n\n**Can I use it for commerce project?** _Answer_: Yes\n\n**Has it any licence?** _Answer_: Yes , it's under **MIT LICENCE**. [Check here](https://github.com/kingRayhan/LineProgressbar/blob/master/LICENSE)\n\n**Can i ask for a new functionality?** _Answer_: Yes! Go to Github [issues page](https://github.com/kingRayhan/LineProgressbar/issues) and ask for a feature.\n\n**What's new in latest release?** _Answer_: See Changelog.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingrayhan%2Flineprogressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingrayhan%2Flineprogressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingrayhan%2Flineprogressbar/lists"}