Skip to content

m3rg/jquery-textcounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-textcounter

This is very simple text counter plugin to be displayed next to the text or textare in a page.

Basic configuration

<input type="text" id="text1" data-count-max-length="30" data-count-reverse="true" class="form-control" />
$("#text1").textcounter({
    maxlength: 50,
    reverse: true
});

About

A very simple text counter plugin for jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published