/loading-js

Automatic page load progress bar

Primary LanguageJavaScript

Automatic page load progress bar.

  • Add progress to your Ajax calls! Bind it to the jQuery ajaxStart and ajaxStop events.

Installation

Add css, js to your project.

<link href="loading-js.min.css" rel="stylesheet">
<script src="loading-js.min.js"></script>

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.

Support

Bugs and requests: submit them through the project's issues tracker.
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