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)
- Host: GitHub
- URL: https://github.com/treyhunner/jquery-formrestrict
- Owner: treyhunner
- License: mit
- Created: 2010-10-18T07:09:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T15:48:33.000Z (about 12 years ago)
- Last Synced: 2024-12-01T03:35:52.497Z (6 months ago)
- Language: JavaScript
- Homepage: http://treyhunner.github.com/jquery-formrestrict
- Size: 199 KB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.