jquery.article-progress
A lightweight jQuery plugin to indicate the reading progress of the main article. It supports three different types:
- "width" -> adjusts the width of an element (progress bar mode)
- "text" -> displays the progress as percentage
- "circle" -> shows a pie chart with the progress (can be transformed in to a donut!)
Live demo
How to Use
-
Add jquery.article-progress.js to your project.
-
Initalize by calling $('article').articleProgress();
See more examples in example.html.