https://github.com/emalherbi-zz/loading-js
Automatic page load progress bar
https://github.com/emalherbi-zz/loading-js
javascript loading plugin progress-bar
Last synced: about 2 months ago
JSON representation
Automatic page load progress bar
- Host: GitHub
- URL: https://github.com/emalherbi-zz/loading-js
- Owner: emalherbi-zz
- Created: 2017-05-25T02:13:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T02:49:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T19:55:18.289Z (3 months ago)
- Topics: javascript, loading, plugin, progress-bar
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[loading-js](http://emalherbi.github.io/loading-js/)
=======Automatic page load progress bar.
* Add progress to your Ajax calls! Bind it to the jQuery `ajaxStart` and
`ajaxStop` events.Installation
-------Add [css](https://raw.githubusercontent.com/emalherbi/loading-js/master/dist/loading-js.min.css), [js](https://raw.githubusercontent.com/emalherbi/loading-js/master/dist/loading-js.min.js) to your project.
```html
```
Documentation
-------loading-js documentation, included in this repo in the docs directory, is publicly hosted on GitHub Pages at [http://emalherbi.github.io/loading-js](http://emalherbi.github.io/loading-js).
Support
-------__Bugs and requests__: submit them through the project's issues tracker.
[]( https://github.com/emalherbi/loading-js/issues)Contributing
-------1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes to the best of your ability.
4. Update the documentation to reflect your changes if they add or changes current functionality.
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull RequestCreator
-------Created and maintained by emalherbi.
License
-------[MIT License](http://en.wikipedia.org/wiki/MIT_License)