🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A jQuery plugin that keeps track of the window scroll events and provides two functionalities as you scroll down the page: character counter and scroll position indicator.

Character-Counter

Documentation

jQuery.howmuchread Build Status Bower Coverage Status

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


You May Also Like