An open API service indexing awesome lists of open source software.

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

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.

[![Issues](http://img.shields.io/github/issues/emalherbi/loading-js.svg)]( 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 Request

Creator
-------

Created and maintained by emalherbi.

License
-------

[MIT License](http://en.wikipedia.org/wiki/MIT_License)