forked from posabsolute/jQuery-Validation-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·47 lines (46 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>JQuery Validation Engine</title>
</head>
<body>
<h1>jQuery.validationEngine</h1>
<h2>Demos</h2>
<ul>
<li>
<a href="demoValidators.html">Demo Validators</a>
</li>
<li>
<a href="demoRegExp.html">Demo Regular expressions</a>
</li>
<li>
<a href="demoCheckBox.html">Demo Checkbox</a>
</li>
<li>
<a href="demoShowPrompt.html">Demo ShowPrompt</a>
</li>
<li>
<a href="demoOverflown.html">Demo Overflown</a>
</li>
<li>
<a href="demoMultipleForms.html">Demo Multiple Forms</a>
</li>
<li>
<a href="demoFieldTypes.html">Demo field types</a>
</li>
<li>
<a href="demoAjax.html">Demo Ajax</a>
</li>
</ul>
<h2>Documentation</h2>
<a href="https://github.com/posabsolute/jQuery-Validation-Engine">Github</a>
<h2>Authors</h2>
<p>
Copyright(c) 2010, Cedric Dugas http://www.position-absolute.com
</p>
<p>
2.0 Rewrite by Olivier Refalo http://www.crionics.com
</p>
</body>
</html>