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

garystorey/tally

Repository files navigation

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

Releases

No releases published

Packages

No packages published