rProgressbar

Easy to use jquery line Progressbar by Sharifur

Html

CSS

PHP

Javascript

Jquery

How To Active rProgressbar

$('.className').rProgressbar({ percentage: 95, });

How To Change Progressbar Fill Color

$('.className').rProgressbar({ percentage: 95,, fillBackgroundColor: '#f1c40f', });

How To Change Progressbar Background Color

$('.className').rProgressbar({ percentage: 95,, fillBackgroundColor: '#f1c40f', backgroundColor: '#e67e22' });