Skip to content

rickyrauch/jquery-reading-time

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

jQuery Reading Time

Simple plugin that calculates the remaining reading time as you scroll down. Highly inspired on Information Architects & Michael & Michael Hue work.

Follow me on twitter

![image][] [image]: https://raw.github.com/themeskult/jquery-reading-time/master/demo.png

Usage

<script type="text/javascript" charset="utf-8" src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" charset="utf-8" src="//raw.github.com/themeskult/jquery-reading-time/master/jquery.readingTime.js"></script>
<script type="text/javascript">
  $(document).ready(function(){
    $('.post').readingTime();
  });
</script>

License

MIT

About

This simple plugin calculates the remaining reading time as you scroll down.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published