An open API service indexing awesome lists of open source software.

https://github.com/moappi/jquery.only.text.js

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
https://github.com/moappi/jquery.only.text.js

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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});