Super Simple Responsive Progress Bar
Recently for a project I threw together a quick animated and responsive Progress Bar making use of the HTML5 data-attribute. It’s a nice and simple snippet which is easy to implement, though you’ll need jQuery. Example: HTML: <div class="progress-wrap progress" data-progress-percent="25"> <div class="progress-bar progress"></div> </div>...
