Skip to content

andriansandi/JQuery-Character-Count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Character Count - jQuery plugin for counting character

jQuery plugin for counting character on input and textareas. Work with the lastest jQuery version.

Install

Download jquery.charcount.js and add below jquery.js

<script type="text/javascript" src="jquery.charcount.js">

Usage

Create counter display with id="counter_display"

<div id="counter">Counter: <span id="display_count">0</span> characters

Applying the counter within your HTML

$('#textarea').CharCount();

by Sandi Andrian http://twitter.com/andriansandi

About

JQuery plugin to counting your character on textareas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published