Skip to content

etnlbck/jquery-input-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Input Limiter

Limits characters on textarea, and input.

to use

$('.element').on("input propertychange", function(){
  $(this).limitInput(250);
});

About

A jQuery plugin for limiting the number of characters on textareas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published