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

CW Charcount is a jQuery plugin that creates a decreasing character counter to limit the amount of text that is permitted in an input filed.

input Character-Limit Character-Counter

Documentation

CW Charcount

This script shows a visual counter next to the input field showing the number of characters remaining for the given field.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script> <script src="dist/cw-charcount.min.js"></script> <script> $(function($) {   $('input[maxlength]').CWCharCount(); }); </script>

Documentation

For documentation please see the website

Examples

For examples please see the website

Release History

0.3.1 - 17th March 2016

  • Updated unit tests
  • Updated links to Github instead of BitBucket
  • Updated files to latest versions
  • Added AMD compatibility to the plugin

0.3.0 - 28th February 2014

  • Use grunt to process files
  • Added Bower support

0.2.0 - 28th August 2013

  • Updated to include the data-control option

0.1.0 - 6th November 2012

  • Created the first version of the script based on previous created scripts

Credits

Maintainer

Clive Walkden


You May Also Like