etnlbck / jquery-input-limiter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%