/barrita.js

a jQuery (and Zepto) plugin to create lil progress bars

Primary LanguageJavaScriptMIT LicenseMIT

barrita.js

barrita.js(*) is a jQuery plugin to create progress bars.

It's based on nprogress, but instead of having one global progress bar you can have multiple progress bar instances attached to any DOM element in your page.

It's compatible with Zepto if data module is available (+info).

Getting Started

Download the production version.

In your web page:

<script src="jquery.js"></script>
<script src="barrita-1.0.0.min.js"></script>
<script>
jQuery(function($) {
  $('.some-selector').barrita();
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

(*) "barrita" is a spanish diminutive for progress bar