MProgress

View the Project on GitHub jgillich/mprogress

A slim progress bar with no dependencies. Similar to nprogress.

Usage

<script src="mprogress.js"></script>
var mprogress = new MProgress();

mprogress.interval().show();

// do stuff

mprogress.hide();

Functions

All functions that don't return a value are chainable.