jQuery.howmuchread
Answers your fancy questions such as "How many characters I scrolled?"
jQuery.howmuchread is now in 0.1.x status. That is, the package is very instable and anything may change at any time. Kick my hip to forward development.
Getting Started
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script> <script src="dist/jquery.howmuchread.min.js"></script> <script> $('article').howmuchread(); </script>
License
MIT © Koki Takahashi