davidfq / barrita.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 93.1%Language:CSS 6.9%