Skip to content

violaY33/jquery-inputlimiter

 
 

Repository files navigation

jQuery Input Limiter plugin

This jQuery plugin will allow you to limit input into form fields. It can display a message as the user types to let them know how many characters they have remaining.

原文档

改动后文件为: jquery.inputlimiter2.js(支持中文字符输入限制)

基础用法

<input tupe="text" name="name" id="ipt1" />
$(function() {
    $('#ipt1').inputlimiter({
        limit: 10
    });
});

其他配置项请参照原文档

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • HTML 27.2%
  • CSS 0.8%