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
<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>
MIT