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

https://github.com/treyhunner/jquery-formrestrict

jQuery plugin to restrict form input (includes replacement for AlphaNumeric plugin)
https://github.com/treyhunner/jquery-formrestrict

Last synced: 6 months ago
JSON representation

jQuery plugin to restrict form input (includes replacement for AlphaNumeric plugin)

Awesome Lists containing this project

README

        

This is a jQuery plugin that can be used as an alternative to the jQuery
AlphaNumeric plugin.

jquery.formrestrict.js
This file contains two jQuery functions that can be used to restrict input
on a form field in general.

jquery.alphanumeric.js
This file contains alphanumeric, alpha, and numeric functions that can be
used just like the functions in the jQuery AlphaNumeric plugin. The
functions in this file depend on the functions in jquery.formrestrict.js.