Skip to content

A simple and useful jquery plugin that allows you to create a Text Area Character Count Effect with limited warning.

Notifications You must be signed in to change notification settings

akassama/jquery-character-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jquery-character-counter

A simple and useful jquery plugin that allows you to create a Text Area Character Count Effect with limited warning. #Demo

Usage

  • Include the javascript inside the head section after the jQuery script and bootstrap.
    NB: Counter still works without bootstrap.
  • Add the class "count-chars" to the input field, then set the "chars-max" and "msg-color" data attributes.
  • The "chars-max" sets the max lenght.
  • The "msg-color" sets the message color. Uses bootstrap colors. .

Form Sample

Code Sample

About

A simple and useful jquery plugin that allows you to create a Text Area Character Count Effect with limited warning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published