Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 722 Bytes

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