A jquery plugin for Pure CSS Progress Bar by http://ivan.ly
Check his project at: https://github.com/ivanvanderbyl/ui-progress-bar
Initialize:
$("#myProgressBar").cssProgressBar();
Update your progress:
$("#myProgressBar").cssProgressBar("update", 99);
Octavian Ciubotaru