jquery.alphanum
Version:
Restrict what characters that may be entered into text fields. Supports alphanumeric, alphabetic or numeric. Easy to use. Fully customisable. Cross Browser compatible.
40 lines (39 loc) • 987 B
JSON
{
"name": "alphanum",
"title": "jQuery Alphanum",
"description": "Restrict what characters that may be entered into text fields. Supports alphanumeric, alphabetic or numeric. Easy to use. Fully customisable. Cross Browser compatible.",
"keywords": [
"alphanumeric",
"alphanun",
"alphabetic",
"numeric",
"input",
"textarea",
"text",
"restrict"
],
"version": "1.0.26",
"author": {
"name": "Kevin Sheedy",
"url": ""
},
"maintainers": [
{
"name": "Kevin Sheedy",
"email": "jquery.alphanum@gmail.com",
"url": "https://github.com/KevinSheedy/jquery.alphanum"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/KevinSheedy/jquery.alphanum/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/KevinSheedy/jquery.alphanum/issues",
"homepage": "https://github.com/KevinSheedy/jquery.alphanum",
"docs": "https://github.com/KevinSheedy/jquery.alphanum/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}