Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 175 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 175 Bytes

Input Limiter

Limits characters on textarea, and input.

to use

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