rickyrauch / jquery-reading-time

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

Home Page:http://blog.themeskult.com/2013/03/21/wp-reading-time/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://blog.themeskult.com/2013/03/21/wp-reading-time/


Languages

Language:HTML 74.1%Language:JavaScript 25.9%