Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 625 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 625 Bytes

Tally

A character/word counting plugin with many options

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/tally.min.js"></script>
<script>
jQuery(function($) {
  $("textarea").tally(); // Use default options
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

*v0.5.0 - Intial Commit - not production ready