Skip to content

A simple plugin to restrict text inputs to specific word limits.

License

Notifications You must be signed in to change notification settings

cfreear/jquery-textlimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jquery-textlimit Build Status

A simple plugin to restrict text inputs to specific word and/or character limits.

##Usage ###Options

$('#mytext').textlimit({wordlimit:5});

###Data attributes Using data attributes allows you to specify the options for inputs individually:

<input class="textlimit" name="input_one" type="text" data-wordlimit="5"/>
<input class="textlimit" name="input_two" type="text" data-wordlimit="20"/>

Initialised by:

$('.textlimit').textlimit();

##License unlicense.org

About

A simple plugin to restrict text inputs to specific word limits.

Resources

License

Stars

Watchers

Forks

Packages

No packages published