Skip to content

moappi/jquery.only.text.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple input validator that insures only the characters you want in an html input box are entered. Specify which characters are allowed and as well as how many

Usage

$(inputs).only("ABC123");

or for full functionality

$(inputs).only({allowed:"ABC123",max:10});

About

jquery plugin that will limit the text entered in an input field while typing. Set which alpha numeric characters are allowed as well as the max number of characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors