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.
21 lines • 593 B
HTML
<html>
<head>
<title>jquery.alphanum Test Suite</title>
<link rel="stylesheet" href="../lib/qunit.css" type="text/css" media="screen">
<link rel="icon" href="../favicon.ico">
</head>
<body>
<div id="qunit"></div>
<div id="exports" style="display: none"></div>
<div id="qunit-fixture">
<input id="alphanumInput">
<input id="numericInput">
</div>
<script src="../lib/jquery.js"></script>
<script src="../jquery.alphanum.js"></script>
<script src="../lib/qunit.js"></script>
<script src="test-data.js"></script>
<script src="run-tests.js"></script>
</body>
</html>