Skip to content

jorunkel/jquery.article-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.article-progress

A lightweight jQuery plugin to indicate the reading progress of the main article. It supports three different types:

  1. "width" -> adjusts the width of an element (progress bar mode)
  2. "text" -> displays the progress as percentage
  3. "circle" -> shows a pie chart with the progress (can be transformed in to a donut!)

Live demo

See live demo

How to Use

  1. Add jquery.article-progress.js to your project.

  2. Initalize by calling $('article').articleProgress();

See more examples in example.html.

About

Indicate how much of the main article has been read.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published