Skip to content

rickyrauch/jquery-reading-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7f2b4d · May 12, 2015

History

26 Commits
May 12, 2015
Mar 21, 2013
Mar 21, 2013
Mar 22, 2013

Repository files navigation

jQuery Reading Time

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

![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