# pBar v2.0 pBar is a simple jQuery plugin to show inline progress bar & stack bar * less than 2kB including css * Tested in IE8, FireFox, Chrome, Touch enabled for mobiles * Animated loading * [Live Demo](http://code.mgvz.com/pBar/) [Screenshot](http://code.mgvz.com/pBar/) To include pBar plugin ```html ``` Sample code ```html
``` To update pBar-items after new items are added to document ```javascript $(".pBar").pBar(); // to update single item (progress) bars $(".pBar").sBar(); // to update stacked item bars ```