https://github.com/kingrayhan/lineprogressbar
A light weight jquery progressbar plugin
https://github.com/kingrayhan/lineprogressbar
jquery jquery-plugin kingrayhan line lineprogressbar progress progress-bar progressbar
Last synced: 5 months ago
JSON representation
A light weight jquery progressbar plugin
- Host: GitHub
- URL: https://github.com/kingrayhan/lineprogressbar
- Owner: kingRayhan
- License: mit
- Created: 2017-05-22T06:17:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T18:27:47.000Z (about 6 years ago)
- Last Synced: 2025-06-10T18:25:07.178Z (6 months ago)
- Topics: jquery, jquery-plugin, kingrayhan, line, lineprogressbar, progress, progress-bar, progressbar
- Language: JavaScript
- Homepage: https://kingrayhan.github.io/LineProgressbar/
- Size: 161 KB
- Stars: 37
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jquery Line Progress Bar
A light weight jquery progressbar plugin




## Demos and Docs
https://kingrayhan.github.io/LineProgressbar/
##### Include
```
```
### Jquery Options method
##### Set HTML
You don't need any special markup. All you need is to give a `class` or `id` selector to a `div`.
```
```
##### Call the plugin
Now call the Line Progress Bar initializer function and your progress bar is ready.
```
$('#progressbar1').LineProgressbar();
```
### [All Jquery Options](https://kingrayhan.github.io/LineProgressbar/options.html)
### [Demo](https://kingrayhan.github.io/LineProgressbar/jquery-options-demo.html)
---
### Data Attribute method 
You don't need to provide any options in this method, all you need just to put data attributes
```
```
### [All Data attributes](https://kingrayhan.github.io/LineProgressbar/data-attributes.html)
### [Demo](https://kingrayhan.github.io/LineProgressbar/data-attrs-demo.html)
# FAQ
**Can I use it for free?** _Answer_: Yes
**Can I use it for commerce project?** _Answer_: Yes
**Has it any licence?** _Answer_: Yes , it's under **MIT LICENCE**. [Check here](https://github.com/kingRayhan/LineProgressbar/blob/master/LICENSE)
**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.
**What's new in latest release?** _Answer_: See Changelog.