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